Added auto-restart

This commit is contained in:
REDNBLACK 2017-04-16 17:10:21 +03:00
parent db89372f88
commit 1f2a33829c
1 changed files with 2 additions and 0 deletions

View File

@ -7,7 +7,9 @@ services:
- .:/code
depends_on:
- redis
restart: unless-stopped
redis:
image: redis:3.2.8-alpine
volumes:
- ./data:/data
restart: unless-stopped