diff --git a/docs/faq.md b/docs/faq.md index 706d10b7..8fe4b8e1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -138,7 +138,6 @@ In the example below, Diun is running (`diun_x.x.x_windows_i386.zip`) on Windows ```yaml - name: crazymax/cloudflared:2020.2.1 - watch_repo: true ``` But this platform is not supported by this image as you can see [on DockerHub](https://hub.docker.com/layers/crazymax/cloudflared/2020.2.1/images/sha256-137eea4e84ec4c6cb5ceb2017b9788dcd7b04f135d756e1f37e3e6673c0dd9d2?context=explore): @@ -150,7 +149,6 @@ You have to force the platform for this image if you are not on a supported plat ```yaml - name: crazymax/cloudflared:2020.2.1 - watch_repo: true platform: os: linux arch: amd64 diff --git a/docs/install/docker.md b/docs/install/docker.md index a63f094b..72eb8837 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -63,7 +63,6 @@ services: - "DIUN_PROVIDERS_DOCKER=true" labels: - "diun.enable=true" - - "diun.watch_repo=true" restart: always ``` @@ -87,7 +86,6 @@ docker run -d --name diun \ -v "$(pwd)/data:/data" \ -v "/var/run/docker.sock:/var/run/docker.sock" \ -l "diun.enable=true" \ - -l "diun.watch_repo=true" \ crazymax/diun:latest ``` @@ -158,7 +156,6 @@ services: - "DIUN_PROVIDERS_DOCKER=true" labels: - "diun.enable=true" - - "diun.watch_repo=true" restart: always ``` diff --git a/docs/providers/kubernetes.md b/docs/providers/kubernetes.md index 7d89d23c..dba8ff1d 100644 --- a/docs/providers/kubernetes.md +++ b/docs/providers/kubernetes.md @@ -64,7 +64,6 @@ spec: app: diun annotations: diun.enable: "true" - diun.watch_repo: "true" spec: serviceAccountName: diun containers: diff --git a/docs/providers/swarm.md b/docs/providers/swarm.md index 4e767f1c..5bc7d7dd 100644 --- a/docs/providers/swarm.md +++ b/docs/providers/swarm.md @@ -56,7 +56,6 @@ services: replicas: 2 labels: - "diun.enable=true" - - "diun.watch_repo=true" ``` As an example we use [nginx](https://hub.docker.com/_/nginx/) Docker image. A few [labels](#docker-labels) are added