This commit is contained in:
2022-05-28 23:56:14 -05:00
parent 7fbe555c3e
commit 472e3aa3e2

View File

@@ -114,7 +114,7 @@ services:
image: "redis:alpine"
command: redis-server /redis.conf
ports:
- "6379:6379"
- 6379:6379
restart: always
volumes:
- ./appdata/redis/data:/var/lib/redis