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

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

Merged
merged 2 commits into from
Jun 27, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -126,6 +126,7 @@ def run_generate_config(environ):
"--config-path",
environ["SYNAPSE_CONFIG_PATH"],
"--generate-config",
"--open-private-ports",
]
os.execv("/usr/local/bin/python", args)

Expand Down