mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Reorganize the Docker Compose section
parent
cfdf8398e8
commit
656c2a1865
@ -40,14 +40,8 @@ You can also use a tool like [Watchtower](https://containrrr.dev/watchtower/) to
|
|||||||
## Updating when using Docker Compose
|
## Updating when using Docker Compose
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker compose pull
|
docker compose pull # or `docker-compose pull` if using standalone Docker Compose
|
||||||
docker compose up -d
|
docker compose up -d # or `docker-compose up -d` if using standalone Docker Compose
|
||||||
```
|
|
||||||
For legacy/standalone versions:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
docker-compose pull
|
|
||||||
docker-compose up -d
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Updating when using systemd service (in this case Debian/Raspbian)
|
## Updating when using systemd service (in this case Debian/Raspbian)
|
||||||
|
Loading…
Reference in New Issue
Block a user