diff --git a/docker/authentik/docker-compose.toml b/docker/authentik/docker-compose.toml index 329c6d35..11642ada 100644 --- a/docker/authentik/docker-compose.toml +++ b/docker/authentik/docker-compose.toml @@ -1,6 +1,6 @@ [services.redis] image = "redis:alpine" -container_name = "redis-authentik" +container_name = "authentik-redis" networks = ["authentik"] restart = "unless-stopped" volumes = ["/docker/authentik/redis:/data"]