chore: Change watchtower to latest from latest-dev (#11669)
This is because watchtower:latest-dev doesn't run on ARM architectures.
This commit is contained in:
parent
af5483c7c4
commit
1233f7f7ee
|
|
@ -14,8 +14,8 @@ services:
|
|||
com.centurylinklabs.watchtower.enable: "true"
|
||||
|
||||
auto_update:
|
||||
image: containrrr/watchtower:latest-dev
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Update check interval in seconds.
|
||||
command: --interval 300 --label-enable --cleanup
|
||||
command: --interval 300 --label-enable --cleanup
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
auto_update:
|
||||
image: containrrr/watchtower:latest-dev
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Update check every hour.
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ services:
|
|||
com.centurylinklabs.watchtower.enable: "true"
|
||||
|
||||
auto_update:
|
||||
image: containrrr/watchtower:latest-dev
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Update check every hour.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ services:
|
|||
- ./stacks:/appsmith-stacks
|
||||
|
||||
auto_update:
|
||||
image: containrrr/watchtower:latest-dev
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Update check every hour.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user