mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-10-31 20:14:26 +00:00
add volume for redis container
This commit is contained in:
parent
4512fde181
commit
b73cee9774
|
@ -8,6 +8,8 @@ services:
|
|||
redis:
|
||||
restart: always
|
||||
image: redis:alpine
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
web:
|
||||
restart: always
|
||||
build: .
|
||||
|
|
Loading…
Reference in a new issue