Skip to content

Commit de36cf0

Browse files
authored
fix(dingo): disable debug logging (#296)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent efba536 commit de36cf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roles/dingo/tasks/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
community.docker.docker_container:
3232
name: '{{ dingo_docker_container_name }}'
3333
image: '{{ dingo_docker_image }}'
34-
command:
35-
- --debug
3634
restart_policy: unless-stopped
3735
ports:
3836
- '{{ dingo_port }}:{{ dingo_container_port }}'

0 commit comments

Comments
 (0)