zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
268 stars 207 forks source link

Fixes #381 - Zammad-NGINX can not write config file due to read-only #383

Closed mgruner closed 10 months ago

mgruner commented 10 months ago

It seems that the description in #381 is correct. The current handling of the volume zammad-config-nginx seems to be wrong:

For me the conclusion is that we just need to remove this volume again so that the modifications are local to the zammad-nginx container.