We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263fec5 commit ad9c16aCopy full SHA for ad9c16a
roles/go_node/tasks/docker.yml
@@ -32,7 +32,7 @@
32
name: '{{ go_node_docker_container_name }}'
33
image: '{{ go_node_docker_image }}'
34
command:
35
- - run
+ - --debug
36
restart_policy: unless-stopped
37
ports:
38
- '{{ go_node_port }}:{{ go_node_container_port }}'
0 commit comments