diff options
| -rw-r--r-- | scrypted/templates/docker-compose.yml.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scrypted/templates/docker-compose.yml.j2 b/scrypted/templates/docker-compose.yml.j2 index 72addbb..c19105f 100644 --- a/scrypted/templates/docker-compose.yml.j2 +++ b/scrypted/templates/docker-compose.yml.j2 @@ -123,6 +123,9 @@ services: - WATCHTOWER_HTTP_API_TOKEN={{scrypted_auth_key}} - WATCHTOWER_HTTP_API_UPDATE=true - WATCHTOWER_SCOPE=scrypted + # watchtower (last released 2023) defaults to docker api 1.25; + # docker.io 29 dropped everything below 1.44 + - DOCKER_API_VERSION=1.44 # remove the following line to never allow docker to auto update. # this is not recommended. - WATCHTOWER_HTTP_API_PERIODIC_POLLS=true |
