Skip to content

Commit 9aaf833

Browse files
committed
fix subgraph containers not working in parallel
1 parent 758053d commit 9aaf833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ services:
540540
- graph-node
541541
volumes:
542542
- type: volume
543-
source: data-graph-deploy
543+
source: data-graph-deploy-legacy
544544
target: /firstrun
545545
volume:
546546
nocopy: false
@@ -740,6 +740,7 @@ volumes:
740740
data-ipfs:
741741
data-postgres:
742742
data-graph-deploy:
743+
data-graph-deploy-legacy:
743744
data-deploy-hub-subgraph:
744745
data-graph-deploy-dataunion:
745746
data-graph-deploy-tatum:

0 commit comments

Comments
 (0)