Skip to content
Snippets Groups Projects
Commit b73cee97 authored by Valentin_NC's avatar Valentin_NC
Browse files

add volume for redis container

parent 4512fde1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ services:
redis:
restart: always
image: redis:alpine
volumes:
- ./redis:/data
web:
restart: always
build: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment