mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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…
x
Reference in New Issue
Block a user