mirror of
https://github.com/goharbor/harbor.git
synced 2025-04-03 10:35:56 +02:00
make/docker-compose.tpl: fix wrong mount configuration(#5208)
This commit is contained in:
parent
e9f02a9476
commit
15d6145f5c
@ -116,7 +116,7 @@ services:
|
||||
container_name: redis
|
||||
restart: always
|
||||
volumes:
|
||||
- /data/redis:/data
|
||||
- /data/redis:/var/lib/redis
|
||||
networks:
|
||||
- harbor
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user