Zammad-nginx port fix.
This commit is contained in:
+2
-2
@@ -5343,9 +5343,9 @@ services:
|
|||||||
container_name: zammad-nginx
|
container_name: zammad-nginx
|
||||||
command: ["zammad-nginx"]
|
command: ["zammad-nginx"]
|
||||||
expose:
|
expose:
|
||||||
- "${NGINX_PORT:-8080}"
|
- 8080
|
||||||
ports:
|
ports:
|
||||||
- "${NGINX_EXPOSE_PORT:-8080}:${NGINX_PORT:-8080}"
|
- 15257:8080
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
|
|||||||
Reference in New Issue
Block a user