Novo
This commit is contained in:
@@ -14,6 +14,8 @@ services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
container_name: redis_cache
|
||||
command: ["redis-server", "--requirepass", ""]
|
||||
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||
volumes:
|
||||
- ./redis.conf:/usr/local/etc/redis/redis.conf
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
Reference in New Issue
Block a user