X Tutup
Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit e914855

Browse files
lonixdesimaniac
authored andcommitted
Watchtower: Use proper quotes. (#299)
1 parent ae2b9fe commit e914855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/watchtower/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name: watchtower
2020
image: "v2tec/watchtower"
2121
pull: yes
22-
command: --cleanup
22+
command: "--cleanup"
2323
volumes:
2424
- "/etc/localtime:/etc/localtime:ro"
2525
- "/var/run/docker.sock:/var/run/docker.sock"

0 commit comments

Comments
 (0)
X Tutup