fix: fix authentik manifest volume

This commit is contained in:
2026-01-16 05:56:15 +00:00
parent d542622d00
commit 375ee4a0b2

View File

@@ -18,7 +18,7 @@ services:
start_period: 20s start_period: 20s
volumes: volumes:
- /data/docker/authentik/database:/var/lib/postgresql/data - /docker/authentik/database:/var/lib/postgresql/data
server: server:
image: ghcr.io/goauthentik/server:2025.10.3 image: ghcr.io/goauthentik/server:2025.10.3
@@ -41,8 +41,8 @@ services:
- "8443:9443" - "8443:9443"
volumes: volumes:
- /data/docker/authentik/media:/media - /docker/authentik/media:/media
- /data/docker/authentik/custom-templates:/templates - /docker/authentik/custom-templates:/templates
worker: worker:
image: ghcr.io/goauthentik/server:2025.10.3 image: ghcr.io/goauthentik/server:2025.10.3
@@ -63,7 +63,7 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /data/docker/authentik/media:/media - /docker/authentik/media:/media
- /data/docker/authentik/certs:/certs - /docker/authentik/certs:/certs
- /data/docker/authentik/custom-templates:/templates - /docker/authentik/custom-templates:/templates