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

Commit

Permalink
Docker image: open the non-TLS port by default. (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 14, 2020
2 parents 00b45cb + 1ddc7b3 commit 39a9361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5568.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Docker image: open the non-TLS port by default.
1 change: 1 addition & 0 deletions docker/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39a9361

Please sign in to comment.