mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-02 13:13:43 -04:00
Update Docker Compose docs examples to Zerobyte v0.37 image tag (#905)
* Initial plan * docs: update docker compose image tags to v0.37 Agent-Logs-Url: https://github.com/nicotsx/zerobyte/sessions/067f22a5-8223-4fd3-8e9c-c50f6ab2cc6e 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>
This commit is contained in:
@@ -50,7 +50,7 @@ In order to run Zerobyte, you need to have Docker and Docker Compose installed o
|
||||
```yaml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
@@ -156,7 +156,7 @@ If you only need to back up locally-mounted folders and don't require remote sha
|
||||
```yaml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -195,7 +195,7 @@ If you want to backup a local directory on the same host where Zerobyte is runni
|
||||
```diff
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
@@ -270,7 +270,7 @@ Zerobyte can use [rclone](https://rclone.org/) to support 40+ cloud storage prov
|
||||
```diff
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
|
||||
@@ -99,7 +99,7 @@ Mount the provisioning file and set `PROVISIONING_PATH`:
|
||||
```yaml docker-compose.yml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:latest
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
environment:
|
||||
- PROVISIONING_PATH=/config/provisioning.json
|
||||
volumes:
|
||||
|
||||
@@ -100,7 +100,7 @@ If you run Traefik as your reverse proxy, add labels to the Zerobyte service in
|
||||
```yaml docker-compose.yml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
- "4096:4096"
|
||||
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:latest
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
# Uncomment if you need remote mounts (NFS/SMB/WebDAV):
|
||||
|
||||
@@ -52,7 +52,7 @@ Create a `docker-compose.yml` file with the following configuration:
|
||||
```yaml docker-compose.yml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
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
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -259,7 +259,7 @@ If you use provisioning, Zerobyte can resolve secrets from environment variables
|
||||
```yaml docker-compose.yml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
|
||||
@@ -111,7 +111,7 @@ Update your `docker-compose.yml` to mount the directory you want to backup:
|
||||
```yaml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.36
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.37
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
# ... other configuration ...
|
||||
|
||||
Reference in New Issue
Block a user