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,7 +14,7 @@ services:
|
||||||
com.centurylinklabs.watchtower.enable: "true"
|
com.centurylinklabs.watchtower.enable: "true"
|
||||||
|
|
||||||
auto_update:
|
auto_update:
|
||||||
image: containrrr/watchtower:latest-dev
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Update check interval in seconds.
|
# Update check interval in seconds.
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
auto_update:
|
auto_update:
|
||||||
image: containrrr/watchtower:latest-dev
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Update check every hour.
|
# Update check every hour.
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ services:
|
||||||
com.centurylinklabs.watchtower.enable: "true"
|
com.centurylinklabs.watchtower.enable: "true"
|
||||||
|
|
||||||
auto_update:
|
auto_update:
|
||||||
image: containrrr/watchtower:latest-dev
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Update check every hour.
|
# Update check every hour.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ services:
|
||||||
- ./stacks:/appsmith-stacks
|
- ./stacks:/appsmith-stacks
|
||||||
|
|
||||||
auto_update:
|
auto_update:
|
||||||
image: containrrr/watchtower:latest-dev
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Update check every hour.
|
# Update check every hour.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user