Browse Source

add volume for redis container

closed-social-glitch-2
Valentin_NC 7 years ago
parent
commit
b73cee9774
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docker-compose.yml

+ 2
- 0
docker-compose.yml View File

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

Loading…
Cancel
Save