docs: bump Docker image tags to v0.35 (#839)
* Initial plan * docs: update Docker image tags to v0.35 Agent-Logs-Url: https://github.com/nicotsx/zerobyte/sessions/9862acc4-1f34-4972-b08a-f334ba1de312 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:
parent
f3eb072182
commit
82e027d872
3 changed files with 5 additions and 5 deletions
|
|
@ -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.29
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.35
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -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.30
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.35
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
|
|
@ -179,7 +179,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.30
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.35
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
@ -254,7 +254,7 @@ If you use provisioning, Zerobyte can resolve secrets from environment variables
|
|||
```yaml docker-compose.yml
|
||||
services:
|
||||
zerobyte:
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.30
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.35
|
||||
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.30
|
||||
image: ghcr.io/nicotsx/zerobyte:v0.35
|
||||
container_name: zerobyte
|
||||
restart: unless-stopped
|
||||
# ... other configuration ...
|
||||
|
|
|
|||
Loading…
Reference in a new issue