Skip to content

Commit 8f994bb

Browse files
committed
chore: apply #793 to docs folder
1 parent 1ab19a7 commit 8f994bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/deploy/06_updating.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@ WBS Deploy may also receive minor and patch updates, but, as noted above, they a
1414

1515
## Minor and patch updates for WBS images
1616

17-
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.
17+
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.
1818

1919
This is always safe to do. Simply run:
2020

2121
```sh
2222
docker compose down
23+
docker compose pull
2324
docker compose up
2425
```
25-
> 💡 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.
26+
27+
> 💡 In order to automatically update images on every start, you can also use `docker compose up --pull always` to start your WBS Deploy stack.
28+
2629

2730
## Minor and patch updates for WBS Deploy
2831

docs/deploy_versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"deploy-3.0.3",
23
"deploy-3.0.2",
34
"deploy-3.0.1",
45
"deploy-3.0.0"

0 commit comments

Comments
 (0)