Update server.md

Change the docker compose command
This commit is contained in:
jeanGaston 2024-06-09 17:19:20 +02:00
parent d6a3c1bcd6
commit 9cf4d017c7

View File

@ -98,7 +98,7 @@ You'll need to change it in the [reader code](../Client/main.py) and in the [doc
Execute this code Execute this code
```bash ```bash
docker-compose build --no-cache docker compose build --no-cache
docker-compose up docker compose up -d
``` ```