From 59fba277d37e9312b675d172286ebb6cc30e6b62 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 28 May 2022 23:16:20 -0500 Subject: [PATCH] changes --- docker-compose.yml | 2 -- traefik.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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: