Skip to content

Commit

Permalink
Don't update the explorer docker-compose invocation yet (#1698)
Browse files Browse the repository at this point in the history
This must only be done on the next release of hydra, which will include
the new option for the explorer.

See #1631
  • Loading branch information
ch1bo authored Oct 10, 2024
2 parents 7dc7899 + a1a617f commit dff6655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ services:
ports:
- "80:8080"
command:
[ "direct"
, "--node-socket", "/data/node.socket"
[ "--node-socket", "/data/node.socket"
, "--testnet-magic", "2"
, "--api-port", "8080"
# NOTE: Block in which current master scripts were published
Expand Down

0 comments on commit dff6655

Please sign in to comment.