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 efba536 commit 3504dc8Copy full SHA for 3504dc8
roles/dingo/tasks/docker.yml
@@ -31,8 +31,6 @@
31
community.docker.docker_container:
32
name: '{{ dingo_docker_container_name }}'
33
image: '{{ dingo_docker_image }}'
34
- command:
35
- - --debug
36
restart_policy: unless-stopped
37
ports:
38
- '{{ dingo_port }}:{{ dingo_container_port }}'
0 commit comments