From 3bb0b04f92c8040ac26b5aebf061d9b911245af6 Mon Sep 17 00:00:00 2001 From: Graeme Harris Date: Sat, 31 Dec 2022 12:56:09 +0200 Subject: [PATCH] Removed local volume from redis image --- docker-compose.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 27f5d741..ed72c820 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -41,14 +41,11 @@ services: command: redis-server /usr/local/etc/redis/redis.conf volumes: - ./redis.conf:/usr/local/etc/redis/redis.conf - - redis:/data # insights host - redis:6379 redis-insights: image: redislabs/redisinsight:latest ports: - 8001:8001 - volumes: - - redis:/data # This DB is for Web Authentication and data caching. webdb: @@ -123,7 +120,3 @@ services: ports: - "3000:3000" command: bash wait-for-postgres.sh node server.js - -volumes: - redis: - driver: local