diff --git a/authentik/docker-compose.yaml b/authentik/docker-compose.yaml index 9787593..6f364c6 100644 --- a/authentik/docker-compose.yaml +++ b/authentik/docker-compose.yaml @@ -18,7 +18,7 @@ services: start_period: 20s volumes: - - /data/docker/authentik/database:/var/lib/postgresql/data + - /docker/authentik/database:/var/lib/postgresql/data server: image: ghcr.io/goauthentik/server:2025.10.3 @@ -41,8 +41,8 @@ services: - "8443:9443" volumes: - - /data/docker/authentik/media:/media - - /data/docker/authentik/custom-templates:/templates + - /docker/authentik/media:/media + - /docker/authentik/custom-templates:/templates worker: image: ghcr.io/goauthentik/server:2025.10.3 @@ -63,7 +63,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - - /data/docker/authentik/media:/media - - /data/docker/authentik/certs:/certs - - /data/docker/authentik/custom-templates:/templates + - /docker/authentik/media:/media + - /docker/authentik/certs:/certs + - /docker/authentik/custom-templates:/templates