Skip to content

Commit 9bb8118

Browse files
Copilotnicotsx
andauthored
docs: bump Docker Compose image tags to v0.42 (#1113)
* Initial plan * docs: update Docker Compose image tags to v0.42 Co-authored-by: nicotsx <47644445+nicotsx@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nicotsx <47644445+nicotsx@users.noreply.github.com>
1 parent b87c59b commit 9bb8118

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In order to run Zerobyte, you need to have Docker and Docker Compose installed o
5050
```yaml
5151
services:
5252
zerobyte:
53-
image: ghcr.io/nicotsx/zerobyte:v0.41
53+
image: ghcr.io/nicotsx/zerobyte:v0.42
5454
container_name: zerobyte
5555
restart: unless-stopped
5656
cap_add:
@@ -176,7 +176,7 @@ If you only need to back up locally-mounted folders and don't require remote sha
176176
```yaml
177177
services:
178178
zerobyte:
179-
image: ghcr.io/nicotsx/zerobyte:v0.41
179+
image: ghcr.io/nicotsx/zerobyte:v0.42
180180
container_name: zerobyte
181181
restart: unless-stopped
182182
ports:
@@ -215,7 +215,7 @@ If you want to backup a local directory on the same host where Zerobyte is runni
215215
```diff
216216
services:
217217
zerobyte:
218-
image: ghcr.io/nicotsx/zerobyte:v0.41
218+
image: ghcr.io/nicotsx/zerobyte:v0.42
219219
container_name: zerobyte
220220
restart: unless-stopped
221221
cap_add:
@@ -290,7 +290,7 @@ Zerobyte can use [rclone](https://rclone.org/) to support 40+ cloud storage prov
290290
```diff
291291
services:
292292
zerobyte:
293-
image: ghcr.io/nicotsx/zerobyte:v0.41
293+
image: ghcr.io/nicotsx/zerobyte:v0.42
294294
container_name: zerobyte
295295
restart: unless-stopped
296296
cap_add:

‎apps/docs/content/docs/guides/provisioning.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Mount the provisioning file and set `PROVISIONING_PATH`:
9999
```yaml compose.yaml
100100
services:
101101
zerobyte:
102-
image: ghcr.io/nicotsx/zerobyte:v0.41
102+
image: ghcr.io/nicotsx/zerobyte:v0.42
103103
environment:
104104
- PROVISIONING_PATH=/config/provisioning.json
105105
volumes:

‎apps/docs/content/docs/guides/reverse-proxy.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you run Traefik as your reverse proxy, add labels to the Zerobyte service in
100100
```yaml compose.yaml
101101
services:
102102
zerobyte:
103-
image: ghcr.io/nicotsx/zerobyte:v0.41
103+
image: ghcr.io/nicotsx/zerobyte:v0.42
104104
container_name: zerobyte
105105
restart: unless-stopped
106106
environment:

‎apps/docs/content/docs/guides/tailscale.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- "4096:4096"
5353

5454
zerobyte:
55-
image: ghcr.io/nicotsx/zerobyte:v0.41
55+
image: ghcr.io/nicotsx/zerobyte:v0.42
5656
container_name: zerobyte
5757
restart: unless-stopped
5858
# Uncomment if you need remote mounts (NFS/SMB/WebDAV):

‎apps/docs/content/docs/installation.mdx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Create a `compose.yaml` file with the following configuration:
5252
```yaml compose.yaml
5353
services:
5454
zerobyte:
55-
image: ghcr.io/nicotsx/zerobyte:v0.41
55+
image: ghcr.io/nicotsx/zerobyte:v0.42
5656
container_name: zerobyte
5757
restart: unless-stopped
5858
cap_add:
@@ -182,7 +182,7 @@ If you only need to back up locally mounted directories and don't require remote
182182
```yaml compose.yaml
183183
services:
184184
zerobyte:
185-
image: ghcr.io/nicotsx/zerobyte:v0.41
185+
image: ghcr.io/nicotsx/zerobyte:v0.42
186186
container_name: zerobyte
187187
restart: unless-stopped
188188
ports:
@@ -259,7 +259,7 @@ If you use provisioning, Zerobyte can resolve secrets from environment variables
259259
```yaml compose.yaml
260260
services:
261261
zerobyte:
262-
image: ghcr.io/nicotsx/zerobyte:v0.41
262+
image: ghcr.io/nicotsx/zerobyte:v0.42
263263
container_name: zerobyte
264264
restart: unless-stopped
265265
cap_add:

‎apps/docs/content/docs/quickstart.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Update your `compose.yaml` to mount the directory you want to backup:
111111
```yaml
112112
services:
113113
zerobyte:
114-
image: ghcr.io/nicotsx/zerobyte:v0.41
114+
image: ghcr.io/nicotsx/zerobyte:v0.42
115115
container_name: zerobyte
116116
restart: unless-stopped
117117
# ... other configuration ...

0 commit comments

Comments
 (0)