docs: replaced old docker-compose command

This commit is contained in:
Victor 2025-03-24 11:02:20 +01:00 committed by GitHub
parent a184ea8a73
commit a1a636efeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,6 @@ entryPoints:
After you've made all of the changes above, you need to restart the stack. This can be done with the following command:
```bash
sudo docker-compose down
sudo docker-compose up -d
sudo docker compose down
sudo docker compose up -d
```