We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1054a commit f94acb2Copy full SHA for f94acb2
entrypoint.sh
@@ -47,7 +47,7 @@ fi
47
# upstream registry2 {
48
# server 5.0.1.10;
49
# }
50
-echo -n "" >> /etc/nginx/upstreams.conf
+echo -n "server {}" >> /etc/nginx/upstreams.conf
51
52
if [ ! -z "$UPSTREAM_MAPPINGS" ]; then
53
0 commit comments