Skip to content

Commit

Permalink
fix: cardano-node needs run command
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Nov 18, 2023
1 parent 5868931 commit c5ed04f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/cardano_node/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
docker_container:
name: '{{ cardano_node_docker_container_name }}'
image: '{{ cardano_node_docker_image }}'
command:
- run
restart_policy: unless-stopped
ports:
- '{{ cardano_node_port }}:{{ cardano_node_container_port }}'
Expand Down

0 comments on commit c5ed04f

Please sign in to comment.