diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/start.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/start.py b/docker/start.py index 89ec9ebaf8..2a13308dae 100755 --- a/docker/start.py +++ b/docker/start.py @@ -164,6 +164,7 @@ def run_generate_config(environ, ownership): "--data-directory", data_dir, "--generate-config", + "--open-private-ports", ] # log("running %s" % (args, )) os.execv("/usr/local/bin/python", args) |