0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 23:18:58 +02:00

docker-compose start will start old container and thus not update as expected

bakiba 2022-02-12 12:02:09 +01:00
parent cbc9d06127
commit ff4ec555f1

@ -42,7 +42,7 @@ You can also use a tool like [Watchtower](https://containrrr.dev/watchtower/) to
```sh
docker-compose stop
docker-compose pull
docker-compose start
docker-compose up -d
```
## Updating when using systemd service (in this case Debian/Raspbian)