make/docker-compose.tpl: fix wrong mount configuration(#5208)

This commit is contained in:
Yilong Ren 2018-07-03 14:24:43 +08:00
parent e9f02a9476
commit 15d6145f5c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ services:
container_name: redis
restart: always
volumes:
- /data/redis:/data
- /data/redis:/var/lib/redis
networks:
- harbor
depends_on: