mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 13:50:38 +01:00
docs: replaced old docker-compose command
This commit is contained in:
parent
a184ea8a73
commit
a1a636efeb
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:
|
After you've made all of the changes above, you need to restart the stack. This can be done with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo docker-compose down
|
sudo docker compose down
|
||||||
sudo docker-compose up -d
|
sudo docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue