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