docker container can use system dns

only mail container needs unbound for dnsbl
This commit is contained in:
Girish Ramakrishnan
2024-04-29 15:33:34 +02:00
parent ad2eaff60e
commit e98a1a9767
2 changed files with 4 additions and 17 deletions
-2
View File
@@ -111,8 +111,6 @@ async function start(existingInfra) {
--log-opt tag=sftp \
-m ${memoryLimit} \
--memory-swap -1 \
--dns 172.18.0.1 \
--dns-search=. \
-p 222:22 \
${mounts} \
-e CLOUDRON_SFTP_TOKEN=${cloudronToken} \