Update docker-compose.yml

This commit is contained in:
qiaofeng1227 2023-04-04 09:50:08 +08:00 committed by GitHub
parent 661b62ca76
commit 26a9584819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ services:
restart: unless-stopped
volumes:
- logs:/usr/src/app/logs
entrypoint: bash -c "/cmd.sh"
ports:
- ${APP_HTTP_PORT}:5000