1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-10 23:12:02 +02:00

chore: Revise improper restart message (#3826)

Improved guidance.
This commit is contained in:
Brennan Kinney
2024-01-26 01:21:24 +13:00
committed by GitHub
parent 303ca82fb9
commit 22c6daee32

View File

@@ -19,7 +19,7 @@ function _check_improper_restart() {
if [[ -f /CONTAINER_START ]]; then
_log 'warn' 'This container was (likely) improperly restarted which can result in undefined behavior'
_log 'warn' 'Please destroy the container properly and then start DMS again'
_log 'warn' "Please use 'docker compose up --force-recreate' or equivalent (view our troubleshooting docs)"
fi
}