From 9cf4d017c7f8d054c60f62eb3bb6151e94b92774 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Sun, 9 Jun 2024 17:19:20 +0200 Subject: [PATCH] Update server.md Change the docker compose command --- Docs/server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/server.md b/Docs/server.md index c47aff3..4e80c3e 100644 --- a/Docs/server.md +++ b/Docs/server.md @@ -98,7 +98,7 @@ You'll need to change it in the [reader code](../Client/main.py) and in the [doc Execute this code ```bash -docker-compose build --no-cache -docker-compose up +docker compose build --no-cache +docker compose up -d ```