mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Merge pull request #10 from victorelec14/patch-1
docs: replaced old docker-compose command
This commit is contained in:
commit
09c0822d35
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue