Skip to content

Commit

Permalink
Fixes #381 - Zammad-NGINX can not write config file due to read-only (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Nov 3, 2023
1 parent 07936ea commit 069bf2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ services:
restart: on-failure
user: 0:0
volumes:
- zammad-config-nginx:/etc/nginx/sites-enabled
- zammad-storage:/opt/zammad/storage
- zammad-var:/opt/zammad/var

Expand All @@ -93,7 +92,6 @@ services:
depends_on:
- zammad-railsserver
volumes:
- zammad-config-nginx:/etc/nginx/sites-enabled:ro
- zammad-var:/opt/zammad/var:ro # required for the zammad-ready check file

zammad-postgresql:
Expand Down Expand Up @@ -133,8 +131,6 @@ volumes:
driver: local
zammad-backup:
driver: local
zammad-config-nginx:
driver: local
zammad-storage:
driver: local
zammad-var:
Expand Down

0 comments on commit 069bf2b

Please sign in to comment.