docs: clarify updating docker self hosted instances
This commit is contained in:
parent
3700e16a7c
commit
534d4e2093
13
README.md
13
README.md
@ -123,6 +123,19 @@ By default, `compose.yaml` pulls the published image from GHCR:
|
|||||||
|
|
||||||
- `ghcr.io/every-app/open-seo:latest`
|
- `ghcr.io/every-app/open-seo:latest`
|
||||||
|
|
||||||
|
To update to the newest published image, pull first and then restart:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker compose pull
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Or use a single command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker compose up -d --pull always
|
||||||
|
```
|
||||||
|
|
||||||
Use a pinned version tag in `.env` if preferred:
|
Use a pinned version tag in `.env` if preferred:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user