diff --git a/docker-compose.yml b/docker-compose.yml index 7409237..7a9c815 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/traefik.yml b/traefik.yml index 9a33955..7dea0b6 100644 --- a/traefik.yml +++ b/traefik.yml @@ -47,7 +47,7 @@ providers: exposedByDefault: false redis: endpoints: - - :6379 + - redis:6379 # Enable traefik ui api: