Infos:
- Used Zammad version: 6.3.1
- Used Zammad installation type: docker compose
- Operating system: Debian
- Browser + version: Edge
Expected behavior:
zammad-nginx
respects config file changes so that the soo header edits can persist.
I have added a volume to store the nginx config on the host so that it will persist between container restarts.
Actual behavior:
When the docker container is restarted the zammad-nginx command overwrites the config file with the original, removing the required edits for SSO.
Steps to reproduce the behavior:
- mount a volume to
zammad-nginx
for your config. - edit the config in any way.
- restart the container.