Closed pagdot closed 3 years ago
Seems to get fixed in #73
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.
bump (waitfing for merge of #73)
fixed @pagdot
Thanks, forgot that I opened the issue 🙈
Saw it fixed (and appreciate it :) )
ALLOWED_HOSTS
get written twice into the config file!"[ ... ]"
."..."
, preventing interpretation as an array.Relevant line from docker-compose.yml:
Relevant parts from generated config:
Expected Behavior
Generate a valid config
ALLOWED_HOSTS
only onceALLOWED_HOSTS
or updated documentation to allow only one.Current Behavior
Invalid config as shown above.
Steps to Reproduce
ALLOWED_HOSTS
to multiple hostnames. E.g.:["test.com","test2.com"]
Environment
OS:Ubuntu 20.04 CPU architecture: x86_64 How docker service was installed: from the official docker repo
Command used to create docker container (run/create/compose/screenshot)
see above :)
Docker logs