Merge pull request #10 from victorelec14/patch-1

docs: replaced old docker-compose command
This commit is contained in:
Owen Schwartz 2025-03-24 10:05:44 -04:00 committed by GitHub
commit 09c0822d35
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
```