diff --git a/redis/redis.conf b/redis/data/redis.conf similarity index 100% rename from redis/redis.conf rename to redis/data/redis.conf diff --git a/redis/docker-compose.yaml b/redis/docker-compose.yaml index 0bf76cd..035ee95 100644 --- a/redis/docker-compose.yaml +++ b/redis/docker-compose.yaml @@ -9,4 +9,4 @@ services: restart: always volumes: - ./data:/data - - ./redis.conf:/data/redis.conf + - ./data/redis.conf:/data/redis.conf