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:
parent
ce778d69c3
commit
7f0606be33
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue