3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-16 02:55:03 +00:00

fix: wrong nginx port in standalone

This commit is contained in:
Dragory 2025-05-31 21:17:46 +00:00
parent ce778d69c3
commit 7f0606be33
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ services:
context: . context: .
dockerfile: docker/production/nginx/Dockerfile dockerfile: docker/production/nginx/Dockerfile
ports: ports:
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:80" - "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
migrate: migrate:
depends_on: depends_on: