From 6c6ba0b98d5be54f95f38a66daaab759727ebc20 Mon Sep 17 00:00:00 2001 From: Francis Duvivier Date: Mon, 7 Oct 2024 21:24:19 +0200 Subject: [PATCH] Update README.md with info regarding individual container manipulation from the compose --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a61afd4..9919fd2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,16 @@ Or, to stop BadgeHub and delete all volumes (to start fresh) docker compose down --volumes ``` +### Applying commands to only 1 container from the compose file + +Container commands like stop, logs, restart can also be sent to one for the containers from the compose file. For example + +```bash +docker compose restart node +``` + +will restart the node container only. + ## Database schema At the moment, this is the database schema: