You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the "environment" section to the zammad-nginx section with the vars needed like "VIRTUAL_HOST: xyz.domain.tld" works out of the box
Actual behavior
I needed to try around for some hours, since adding the environment-section to the zammad-nginx section in the current docker-compose.yml resulted in the nginx getting stuck on waiting for the init container.
The final solution was to omit the environment section in the zammad-nginx section and instead add the vars to the x-shared -> environment-section
Steps to reproduce the behavior
Setup the current version and modify the the zammad-nginx section as follows:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Infos
Expected behavior
Actual behavior
The final solution was to omit the environment section in the zammad-nginx section and instead add the vars to the x-shared -> environment-section
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: