3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-15 18:45: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: .
dockerfile: docker/production/nginx/Dockerfile
ports:
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:80"
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
migrate:
depends_on: