open port

This commit is contained in:
qiaofeng1227 2023-07-20 08:32:33 +08:00
parent d3165d3a7a
commit 7b7bd159c6
4 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,8 @@ services:
volumes:
- logs:/usr/src/app/logs
entrypoint: bash -c "/cmd.sh"
ports:
- ${APP_HTTP_PORT}:5000
networks:
default:

View file

@ -10,6 +10,7 @@ services:
container_name: ${APP_NAME}
ports:
- "80:80"
- "${APP_HTTP_PORT}:81"
- "443:443"
volumes:
- nginx_data:/data

View file

@ -9,6 +9,8 @@ services:
volumes:
- portainer:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- ${APP_HTTP_PORT}:9000
networks:
default: