Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 39a9361

Browse files
committed
Docker image: open the non-TLS port by default. (#5568)
2 parents 00b45cb + 1ddc7b3 commit 39a9361

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/5568.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docker image: open the non-TLS port by default.

docker/start.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def run_generate_config(environ, ownership):
164164
"--data-directory",
165165
data_dir,
166166
"--generate-config",
167+
"--open-private-ports",
167168
]
168169
# log("running %s" % (args, ))
169170
os.execv("/usr/local/bin/python", args)

0 commit comments

Comments
 (0)