mirror of
https://github.com/caprover/caprover
synced 2025-12-12 06:15:40 +00:00
Removed custom port from dev script
This commit is contained in:
@@ -5,7 +5,7 @@ if ! [ $(id -u) = 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pwd > currentdirectory
|
||||
pwd >currentdirectory
|
||||
docker service rm $(docker service ls -q)
|
||||
sleep 1s
|
||||
docker secret rm captain-salt
|
||||
@@ -17,11 +17,12 @@ chmod -R 777 /captain
|
||||
docker run \
|
||||
-e "CAPTAIN_IS_DEBUG=1" \
|
||||
-e "MAIN_NODE_IP_ADDRESS=127.0.0.1" \
|
||||
-e "CAPTAIN_HOST_HTTP_PORT=10083" \
|
||||
-e "CAPTAIN_HOST_HTTPS_PORT=10443" \
|
||||
-e "CAPTAIN_HOST_ADMIN_PORT=13000" \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /captain:/captain \
|
||||
-v $(pwd):/usr/src/app captain-debug
|
||||
|
||||
# -e "CAPTAIN_HOST_HTTP_PORT=10083" \
|
||||
# -e "CAPTAIN_HOST_HTTPS_PORT=10443" \
|
||||
# -e "CAPTAIN_HOST_ADMIN_PORT=13000" \
|
||||
sleep 2s
|
||||
docker service logs captain-captain --follow
|
||||
|
||||
Reference in New Issue
Block a user