Skip to content

Commit

Permalink
feat: run go node with --debug (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Oct 8, 2024
1 parent 263fec5 commit ad9c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/go_node/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name: '{{ go_node_docker_container_name }}'
image: '{{ go_node_docker_image }}'
command:
- run
- --debug
restart_policy: unless-stopped
ports:
- '{{ go_node_port }}:{{ go_node_container_port }}'
Expand Down

0 comments on commit ad9c16a

Please sign in to comment.