From 7f6a3a400ff88f26a561c816cb5c32464cf33c58 Mon Sep 17 00:00:00 2001 From: babastienne Date: Thu, 3 Aug 2023 18:24:52 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe88a15..c89f79f 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,10 @@ You can now access the application by visiting [http://localhost:8080/](http://l #### Maintenance -Whenever you change the settings you need to relaunch the service : +Whenever you change the settings you need to relaunch and rebuild the service : ```bash docker compose down +docker compose build docker compose up -d ```