Merge pull request #52 from t3easy/override

Move mapping of port 80 to docker-compose.override.yml
This commit is contained in:
André Bauer 2017-10-12 12:24:18 +02:00 committed by GitHub
commit c928b958f4
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,6 @@
version: '3.3'
services:
zammad-nginx:
ports:
- "80:80"

View File

@ -34,8 +34,6 @@ services:
links: links:
- zammad-railsserver - zammad-railsserver
- zammad-websocket - zammad-websocket
ports:
- "80:80"
restart: always restart: always
volumes: volumes:
- data-zammad:/home/zammad - data-zammad:/home/zammad