Skip to content

Commit

Permalink
Use node-specs name as container name
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent 3cbe32e commit 6c8a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/workbench/app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app() {
{
key: .key
, value: {
container_name: \"node-\(.value.i)\"
container_name: \"\(.value.name)\"
, pull_policy: \"never\"
, image: \"$imageName:$imageTag\"
, networks: [\"cardano-node-network\"]
Expand Down

0 comments on commit 6c8a346

Please sign in to comment.