Skip to content

Commit dff6655

Browse files
authored
Don't update the explorer docker-compose invocation yet (#1698)
This must only be done on the next release of hydra, which will include the new option for the explorer. See #1631
2 parents 7dc7899 + a1a617f commit dff6655

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/explorer/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ services:
2323
ports:
2424
- "80:8080"
2525
command:
26-
[ "direct"
27-
, "--node-socket", "/data/node.socket"
26+
[ "--node-socket", "/data/node.socket"
2827
, "--testnet-magic", "2"
2928
, "--api-port", "8080"
3029
# NOTE: Block in which current master scripts were published

0 commit comments

Comments
 (0)