Skip to content

Commit

Permalink
fix: make cardano-node port map dynamic (#47)
Browse files Browse the repository at this point in the history
Fixes #46
  • Loading branch information
agaffney authored Feb 26, 2024
1 parent 9569836 commit 942b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgmgr/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var RegistryPackages = []Package{
"CARDANO_NODE_SOCKET_PATH": "/ipc/node.socket",
},
Ports: []string{
"3001:3001",
"3001",
},
},
},
Expand Down

0 comments on commit 942b25c

Please sign in to comment.