mirror of
https://codeberg.org/angestoepselt/docker-zammad.git
synced 2025-05-24 14:46:17 +00:00
remove ports from expose
This commit is contained in:
parent
fee9c5bb4d
commit
b0ba9ac4bd
1 changed files with 0 additions and 4 deletions
|
|
@ -78,10 +78,6 @@ services:
|
||||||
zammad-nginx:
|
zammad-nginx:
|
||||||
<<: *zammad-service
|
<<: *zammad-service
|
||||||
command: ["zammad-nginx"]
|
command: ["zammad-nginx"]
|
||||||
expose:
|
|
||||||
- "${NGINX_PORT:-8080}"
|
|
||||||
ports:
|
|
||||||
- "${NGINX_EXPOSE_PORT:-8080}:${NGINX_PORT:-8080}"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- zammad-railsserver
|
- zammad-railsserver
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue