Skip to content

Commit 18ce9b8

Browse files
authored
docs: fix updating images section (#793)
1 parent a7122ca commit 18ce9b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,16 @@ WBS Deploy may also receive minor and patch updates, but, as noted above, they a
194194

195195
#### Minor and patch updates for WBS images
196196

197-
Because WBS Deploy always references the latest minor and patch releases of compatible WBS images, non-breaking changes (including security updates) are applied automatically when re-creating Docker containers.
197+
Because WBS Deploy always references the latest minor and patch releases of compatible WBS images, non-breaking changes (including security updates) can be pulled at any time.
198198

199199
This is always safe to do. Simply run:
200200

201201
```sh
202202
docker compose down
203+
docker compose pull
203204
docker compose up
204205
```
205-
> 💡 In order to **prevent** new versions of WBS images being pulled on container restart, stop your containers using `docker compose stop` instead of `docker compose down`, which will keep the current containers intact. **Note**: this stops security updates from being applied. It is generally recommended to use `docker compose down`, which removes the containers and allows updates to be applied.
206+
> 💡 In order to automatically update images on every start, you can also use `docker compose up --pull always` to start your WBS Deploy stack.
206207
207208
#### Minor and patch updates for WBS Deploy
208209

0 commit comments

Comments
 (0)