mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:41:08 +02:00
fix(watchtower): set DOCKER_API_VERSION for compatibility
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ac663a6c91
commit
62e9d0d37a
1 changed files with 1 additions and 1 deletions
|
|
@ -733,9 +733,9 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ~/.docker/config.json:/config.json:ro
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
DOCKER_API_VERSION: "1.45" # Match Docker Desktop API version
|
||||
WATCHTOWER_POLL_INTERVAL: 300 # Check every 5 minutes
|
||||
WATCHTOWER_CLEANUP: "true" # Remove old images
|
||||
WATCHTOWER_INCLUDE_STOPPED: "false" # Only update running containers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue