We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e820da commit d1b17d0Copy full SHA for d1b17d0
1 file changed
dev-composable/docker-entrypoint.sh
@@ -37,6 +37,6 @@ case "$1" in
37
manage.py migrate --fake-initial
38
manage.py populate
39
40
- su wirecloud -c "/usr/local/bin/gunicorn wirecloud_instance.wsgi:application --forwarded-allow-ips "${FORWARDED-ALLOW-IPS}" -w 2 -b :8000"
+ su wirecloud -c "/usr/local/bin/gunicorn wirecloud_instance.wsgi:application --forwarded-allow-ips "${FORWARDED_ALLOW_IPS}" -w 2 -b :8000"
41
;;
42
esac
0 commit comments