added command for redis conf

This commit is contained in:
2022-05-28 22:12:59 -05:00
parent 8b32043296
commit 2a8ce15c8e

View File

@@ -112,6 +112,7 @@ services:
container_name: redis
hostname: redis
image: redis:alpine
command: redis-server /redis.conf
ports:
- 6379:6379/tcp
restart: always