1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-24 07:06:28 +09:00

add volume for redis container

This commit is contained in:
Valentin_NC 2017-04-05 14:13:22 +11:00
parent 4512fde181
commit b73cee9774

View File

@ -8,6 +8,8 @@ services:
redis:
restart: always
image: redis:alpine
volumes:
- ./redis:/data
web:
restart: always
build: .