some redif conf

This commit is contained in:
2022-03-08 11:59:40 +01:00
parent 90f7505d56
commit 442bd64a9b
5 changed files with 9 additions and 2 deletions
+2
View File
@@ -17,8 +17,10 @@ services:
redis:
image: redis:6
command: redis-server /usr/local/etc/redis.conf
volumes:
- redis-data:/data
- ./Docker/redis/redis.conf:/usr/local/etc/redis.conf
networks:
- redis
ports: