simplify more

This commit is contained in:
raisercostin
2024-12-08 21:21:41 +02:00
parent a64c01c253
commit 9694e9a37a
4 changed files with 19 additions and 18 deletions

View File

@@ -15,6 +15,9 @@ 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=10080" \
-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