Temp fix for docker-compose.yaml with DOCKER_API_VERSION
This commit is contained in:
@@ -22,4 +22,17 @@ services:
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER: ${WATCHTOWER_NOTIFICATION_EMAIL_SERVER}
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: ${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT}
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER: ${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER}
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD: ${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD}
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD: ${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD}
|
||||
DOCKER_API_VERSION: 1.52
|
||||
|
||||
# Temp fix for docker-compose.yaml
|
||||
#
|
||||
# ---
|
||||
# services:
|
||||
# watchtower:
|
||||
# […]
|
||||
# environment:
|
||||
# DOCKER_API_VERSION: 1.52
|
||||
#
|
||||
# (check your API version with docker version)
|
||||
# https://github.com/containrrr/watchtower/issues/2122
|
||||
Reference in New Issue
Block a user