feat(Docker): Remove hash because it depends on the architecture
This commit is contained in:
@ -3,7 +3,7 @@ version: '3.8'
|
||||
services:
|
||||
watchtower:
|
||||
container_name: ${WATCHTOWER_CONTAINER_NAME}
|
||||
image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:1.4.0@sha256:bbf9794a691b59ed2ed3089fec53844f14ada249ee5e372ff0e595b73f4e9ab3}
|
||||
image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:1.4.0}
|
||||
restart: always
|
||||
command: -i 60 --label-enable --cleanup --debug
|
||||
# --debug
|
||||
|
Reference in New Issue
Block a user