This commit is contained in:
2022-05-28 23:16:20 -05:00
parent 00ca9cc4cc
commit 59fba277d3
2 changed files with 1 additions and 3 deletions

View File

@@ -112,13 +112,11 @@ services:
container_name: redis
hostname: redis
image: redis:alpine
command: redis-server /redis.conf
ports:
- 6379:6379/tcp
restart: always
volumes:
- ./appdata/redis/data:/var/lib/redis
- ./appdata/redis/redis.conf:/redis.conf
traefik:
container_name: traefik

View File

@@ -47,7 +47,7 @@ providers:
exposedByDefault: false
redis:
endpoints:
- :6379
- redis:6379
# Enable traefik ui
api: