CHANGELOG: Add --remove-orphans to docker-compose command

This commit is contained in:
Matthew Wild 2021-02-02 20:59:01 +00:00
parent 3e62edfbe9
commit 84f55744f1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ then put the new one in its place. For example:
mv docker-compose.yml docker-compose.old.yml
wget -O docker-compose.yml https://snikket.org/service/resources/docker-compose.beta.yml
docker-compose pull
docker-compose up -d
docker-compose up -d --remove-orphans
```
You may also want to check out our new repository of scripts to help