Skip to content

Commit f699165

Browse files
committed
docker: enable DNS checks before cmdeploy run again
1 parent bce05a9 commit f699165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/files/setup_chatmail_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fi
7070
./scripts/cmdeploy init --config "${INI_FILE}" $INI_CMD_ARGS $MAIL_DOMAIN
7171
bash /update_ini.sh
7272

73-
./scripts/cmdeploy run --ssh-host docker --skip-dns-check
73+
./scripts/cmdeploy run --ssh-host docker
7474

7575
echo "ForwardToConsole=yes" >> /etc/systemd/journald.conf
7676
systemctl restart systemd-journald

0 commit comments

Comments
 (0)