Add info about docker image autoupdate

This commit is contained in:
laperuz92 2024-09-13 15:49:37 +08:00 committed by GitHub
parent 44c4d0fdaa
commit b3ad76abdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,6 +169,8 @@ systemctl restart x-ui
docker compose up -d
```
Add ```--pull always``` flag to make docker automatically recreate container if a newer image is pulled. See https://docs.docker.com/reference/cli/docker/container/run/#pull for more info.
**OR**
```sh