docs: update Docker Compose Zerobyte image tags to v0.38 (#945)

* Initial plan

* docs: update Docker Compose Zerobyte image tags to v0.38

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot 2026-06-04 21:49:15 +02:00 committed by GitHub
parent 68002b0308
commit 34fc4f0cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

View file

@ -50,7 +50,7 @@ In order to run Zerobyte, you need to have Docker and Docker Compose installed o
```yaml ```yaml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
@ -156,7 +156,7 @@ If you only need to back up locally-mounted folders and don't require remote sha
```yaml ```yaml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -195,7 +195,7 @@ If you want to backup a local directory on the same host where Zerobyte is runni
```diff ```diff
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
@ -270,7 +270,7 @@ Zerobyte can use [rclone](https://rclone.org/) to support 40+ cloud storage prov
```diff ```diff
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:

View file

@ -99,7 +99,7 @@ Mount the provisioning file and set `PROVISIONING_PATH`:
```yaml docker-compose.yml ```yaml docker-compose.yml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
environment: environment:
- PROVISIONING_PATH=/config/provisioning.json - PROVISIONING_PATH=/config/provisioning.json
volumes: volumes:

View file

@ -100,7 +100,7 @@ If you run Traefik as your reverse proxy, add labels to the Zerobyte service in
```yaml docker-compose.yml ```yaml docker-compose.yml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
environment: environment:

View file

@ -52,7 +52,7 @@ services:
- "4096:4096" - "4096:4096"
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
# Uncomment if you need remote mounts (NFS/SMB/WebDAV): # Uncomment if you need remote mounts (NFS/SMB/WebDAV):

View file

@ -52,7 +52,7 @@ Create a `docker-compose.yml` file with the following configuration:
```yaml docker-compose.yml ```yaml docker-compose.yml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
@ -182,7 +182,7 @@ If you only need to back up locally mounted directories and don't require remote
```yaml docker-compose.yml ```yaml docker-compose.yml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -259,7 +259,7 @@ If you use provisioning, Zerobyte can resolve secrets from environment variables
```yaml docker-compose.yml ```yaml docker-compose.yml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:

View file

@ -111,7 +111,7 @@ Update your `docker-compose.yml` to mount the directory you want to backup:
```yaml ```yaml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.37 image: ghcr.io/nicotsx/zerobyte:v0.38
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
# ... other configuration ... # ... other configuration ...