Skip to content

Commit e808918

Browse files
authored
feat: expose fast-chain graph-node deployment port (#211)
this is where `graph deploy --node localhost:8820` will be run
1 parent 72e5d99 commit e808918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ services:
465465
ports:
466466
- '8800:8000'
467467
# - '8001:8001'
468-
# - '8020:8020'
468+
- '8820:8020'
469469
# - '8030:8030'
470470
# - '8040:8040'
471471
depends_on:

0 commit comments

Comments
 (0)