mirror of
https://codeberg.org/angestoepselt/docker-zammad.git
synced 2025-05-24 14:46:17 +00:00
Zammad-NGINX can not write config file due to read-only
This commit is contained in:
parent
38d0f88883
commit
4ae3507640
2 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -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:
|
||||
|
|
@ -133,8 +131,6 @@ volumes:
|
|||
driver: local
|
||||
zammad-backup:
|
||||
driver: local
|
||||
zammad-config-nginx:
|
||||
driver: local
|
||||
zammad-storage:
|
||||
driver: local
|
||||
zammad-var:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue