Unify redis container names
This commit is contained in:
parent
98846fc48b
commit
785990b755
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[services.redis]
|
||||
image = "redis:alpine"
|
||||
container_name = "authentik-redis"
|
||||
container_name = "redis-authentik"
|
||||
networks = ["authentik"]
|
||||
restart = "unless-stopped"
|
||||
volumes = ["/docker/authentik/redis:/data"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue