File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 container_name : indexer-service
77 volumes :
88 - ./indexer-service:/opt/config:ro # From contrib dir to indexer-service dir
9- - ./local-network/contracts.json:/opt/contracts.json:ro
9+ - ./local-network/tap- contracts.json:/opt/contracts.json:ro
1010 - ./local-network/.env:/opt/.env:ro
1111 - ../migrations:/opt/migrations:ro
1212 entrypoint : ["/bin/bash", "-c", "/opt/config/start.sh"]
@@ -35,7 +35,7 @@ services:
3535 volumes :
3636 - ./tap-agent:/opt/config:ro # From contrib dir to tap-agent dir
3737 - ./local-network/.env:/opt/.env:ro
38- - ./local-network/contracts.json:/opt/contracts.json:ro
38+ - ./local-network/tap- contracts.json:/opt/contracts.json:ro
3939 - ../migrations:/opt/migrations:ro
4040 entrypoint : ["/bin/bash", "-c", "/opt/config/start.sh"]
4141 environment :
You can’t perform that action at this time.
0 commit comments