Skip to content

Commit

Permalink
Update proxy-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
unixhot authored Aug 22, 2024
1 parent 18a82fa commit 92ec66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/proxy-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ proxy_start(){
# Proxy
shell_log "======Start Proxy======"
docker pull ${PAAS_DOCKER_REG}/opsany-paas-proxy:2.2.0
docker run --restart=always --name opsany-proxy -d \
docker run --restart=always --name opsany-paas-proxy -d \
-p 4505:4505 -p 4506:4506 -p 8010:8010 \
-v ${INSTALL_PATH}/logs/proxy:/opt/opsany/logs/proxy \
-v ${INSTALL_PATH}/proxy-volume/certs/:/etc/pki/tls/certs/ \
Expand Down

0 comments on commit 92ec66b

Please sign in to comment.