Remove ssh related settings from the turn container config

This commit is contained in:
Johannes Zellner
2020-03-29 07:53:42 +02:00
parent 85f58d9681
commit 13ad611c96
-3
View File
@@ -1382,9 +1382,6 @@ function startTurn(existingInfra, callback) {
--memory-swap ${memoryLimit * 2}m \
--dns 172.18.0.1 \
--dns-search=. \
-p 222:22 \
-v "${paths.APPS_DATA_DIR}:/app/data" \
-v "/etc/ssh:/etc/ssh:ro" \
--label isCloudronManaged=true \
--read-only -v /tmp -v /run "${tag}"`;