KTVSinglePublisher V.0.0.2

BUG
This commit is contained in:
allen.yan 2025-06-18 15:15:25 +08:00
parent ceaf8a0601
commit ccd6f55b25

View File

@ -10,8 +10,6 @@ services:
- ../data/logs/nginx/:/var/log/nginx - ../data/logs/nginx/:/var/log/nginx
ports: ports:
- "${APP_PORT:-80}:${APP_PORT:-80}" - "${APP_PORT:-80}:${APP_PORT:-80}"
depends_on:
- mariadb
environment: environment:
REPO_URL: ${REPO_URL} REPO_URL: ${REPO_URL}
BRANCH: ${REPO_BRANCH:-main} BRANCH: ${REPO_BRANCH:-main}