Merge pull request #62 from t3easy/expose

Expose port 80 of zammad-nginx
This commit is contained in:
André Bauer 2018-01-09 11:11:46 +01:00 committed by GitHub
commit c3bb578cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}