We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba70650 commit f4e5ff4Copy full SHA for f4e5ff4
1 file changed
module_1/docker-compose.yml
@@ -48,8 +48,8 @@ services:
48
- "6567:6566"
49
volumes:
50
- type: bind
51
- source: ./feature_repo/data/registry.db
52
- target: /data/registry.db
+ source: ./feature_repo/data/local_registry.db
+ target: /data/local_registry.db
53
links:
54
- redis
55
@@ -62,7 +62,7 @@ services:
62
- "6566:6566"
63
64
65
66
67
68
0 commit comments