mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
2338b58561
It turns out that the initial approach of overwriting certain configuration from the command-line did not work at all, because Traefik insists on only receiving configuration in one way. Either of config file, command-line or env variables. The best thing to overwrite separately in a docker setup is environment variables, so the configuration has been turned towards environment variables now.