From 34d4894bfd84a185569d43c563b299756da8df52 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Thu, 16 Oct 2025 07:44:32 +0000 Subject: [PATCH] Add --detach flag to docker stack deploy command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b47a38..aaf9bcc 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ printf "SECRET_HERE" | docker secret create SECRET_NAME - Deploy using the `-c` flag to specify one or multiple compose files. ``` -docker stack deploy nextcloud -c compose.yaml -c compose.mariadb.yaml -c compose.smtp.yaml +docker stack deploy nextcloud --detach=true -c compose.yaml -c compose.mariadb.yaml -c compose.smtp.yaml ```