Skip to content
Snippets Groups Projects
Unverified Commit 1ddc7b39 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Docker image: open the non-TLS port by default. (#5568)

There's not much point in binding to localhost when it's in a docker container.
parent 2f7ebc2a
No related branches found
No related tags found
No related merge requests found
Docker image: open the non-TLS port by default.
...@@ -164,6 +164,7 @@ def run_generate_config(environ, ownership): ...@@ -164,6 +164,7 @@ def run_generate_config(environ, ownership):
"--data-directory", "--data-directory",
data_dir, data_dir,
"--generate-config", "--generate-config",
"--open-private-ports",
] ]
# log("running %s" % (args, )) # log("running %s" % (args, ))
os.execv("/usr/local/bin/python", args) os.execv("/usr/local/bin/python", args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment