Merge pull request #5246 from kulong0105/master

make/docker-compose.tpl: fix wrong mount configuration(#5208)
This commit is contained in:
Steven Zou 2018-07-12 13:54:35 +08:00 committed by GitHub
commit 0dfc273ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: