remove redis restart always from the docker compose file

This commit is contained in:
Mahmoud Zalt
2016-04-18 12:08:57 +03:00
parent c8718e3746
commit 530ffe7433
2 changed files with 32 additions and 27 deletions

View File

@ -37,7 +37,6 @@ redis:
- data
volumes:
- ./logs/redis:/var/log/redis
restart: always
privileged: true
# Data Volume Container #----------------------------------