Skip to content

Commit

Permalink
watchtower: clean up docker.sock
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 17, 2023
1 parent a5e5b05 commit 2743158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/watchtower/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ watchtower_docker_commands: "{{ watchtower_docker_commands_default

# Volumes
watchtower_docker_volumes_default:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
watchtower_docker_volumes_custom: []
watchtower_docker_volumes: "{{ watchtower_docker_volumes_default
+ watchtower_docker_volumes_custom }}"
Expand Down

0 comments on commit 2743158

Please sign in to comment.