Skip to content

Commit 92ec66b

Browse files
authored
Update proxy-install.sh
1 parent 18a82fa commit 92ec66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/proxy-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ proxy_start(){
134134
# Proxy
135135
shell_log "======Start Proxy======"
136136
docker pull ${PAAS_DOCKER_REG}/opsany-paas-proxy:2.2.0
137-
docker run --restart=always --name opsany-proxy -d \
137+
docker run --restart=always --name opsany-paas-proxy -d \
138138
-p 4505:4505 -p 4506:4506 -p 8010:8010 \
139139
-v ${INSTALL_PATH}/logs/proxy:/opt/opsany/logs/proxy \
140140
-v ${INSTALL_PATH}/proxy-volume/certs/:/etc/pki/tls/certs/ \

0 commit comments

Comments
 (0)