Expose port 80 of zammad-nginx
After changing from nginx image to zammad + nginx it is necessary to expose port 80 of zammad-nginx service Fixes: #61
This commit is contained in:
parent
6888a87abd
commit
3284f37ae1
@ -49,6 +49,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- zammad-data:/opt/zammad
|
- zammad-data:/opt/zammad
|
||||||
|
expose:
|
||||||
|
- "80"
|
||||||
|
|
||||||
zammad-postgresql:
|
zammad-postgresql:
|
||||||
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
|
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user