Add --detach flag to docker stack deploy command in README

This commit is contained in:
Christian Galo
2025-10-16 07:44:32 +00:00
parent cc47e2b531
commit 34d4894bfd

View File

@ -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
```