diff --git a/apps/docs/content/docs/guides/reverse-proxy.mdx b/apps/docs/content/docs/guides/reverse-proxy.mdx index b452564c..72380724 100644 --- a/apps/docs/content/docs/guides/reverse-proxy.mdx +++ b/apps/docs/content/docs/guides/reverse-proxy.mdx @@ -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: diff --git a/apps/docs/content/docs/installation.mdx b/apps/docs/content/docs/installation.mdx index de600ea7..2621de98 100644 --- a/apps/docs/content/docs/installation.mdx +++ b/apps/docs/content/docs/installation.mdx @@ -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: diff --git a/apps/docs/content/docs/quickstart.mdx b/apps/docs/content/docs/quickstart.mdx index 4f3ba4ba..827aee2c 100644 --- a/apps/docs/content/docs/quickstart.mdx +++ b/apps/docs/content/docs/quickstart.mdx @@ -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 ...