diff --git a/docs/Basic-Integration.md b/docs/Basic-Integration.md index 528ae48..a5fd4fe 100644 --- a/docs/Basic-Integration.md +++ b/docs/Basic-Integration.md @@ -29,7 +29,7 @@ Here is a simple Docker Compose deployment: services: headplane: container_name: headplane - image: ghcr.io/tale/headplane:0.3.5 + image: ghcr.io/tale/headplane:0.3.7 restart: unless-stopped ports: - '3000:3000' diff --git a/docs/integration/Docker.md b/docs/integration/Docker.md index 15059d7..80cf656 100644 --- a/docs/integration/Docker.md +++ b/docs/integration/Docker.md @@ -50,7 +50,7 @@ services: TZ: 'America/New_York' headplane: container_name: headplane - image: ghcr.io/tale/headplane:0.3.5 + image: ghcr.io/tale/headplane:0.3.7 restart: unless-stopped volumes: - './data:/var/lib/headscale' diff --git a/docs/integration/Kubernetes.md b/docs/integration/Kubernetes.md index df9016a..bad68fe 100644 --- a/docs/integration/Kubernetes.md +++ b/docs/integration/Kubernetes.md @@ -88,7 +88,7 @@ spec: serviceAccountName: default containers: - name: headplane - image: ghcr.io/tale/headplane:0.3.5 + image: ghcr.io/tale/headplane:0.3.7 env: - name: COOKIE_SECRET value: 'abcdefghijklmnopqrstuvwxyz'