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:
Jan Kiesewetter 2018-01-09 10:20:16 +01:00
parent 6888a87abd
commit 3284f37ae1

View File

@ -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}