added command for redis conf
This commit is contained in:
@@ -112,6 +112,7 @@ services:
|
||||
container_name: redis
|
||||
hostname: redis
|
||||
image: redis:alpine
|
||||
command: redis-server /redis.conf
|
||||
ports:
|
||||
- 6379:6379/tcp
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user