diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-08 22:11:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-08 22:11:01 +0300 |
commit | 9d083aa9346679b287cc1d12bb0af7da60462db8 (patch) | |
tree | 44828c501f0a3c202992629581567fe92912fe88 | |
parent | app/preferences: remove maintainers (diff) | |
download | soko-9d083aa9346679b287cc1d12bb0af7da60462db8.tar.gz soko-9d083aa9346679b287cc1d12bb0af7da60462db8.tar.bz2 soko-9d083aa9346679b287cc1d12bb0af7da60462db8.zip |
docker-compose: update watchtower
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 90444fe..8fb72f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -66,7 +66,7 @@ services: volumes: - ${POSTGRES_DATA_PATH:-/var/lib/postgresql/data}:/var/lib/postgresql/data watchtower: - image: containrrr/watchtower:0.3.10 + image: containrrr/watchtower:1.7.1 restart: always volumes: # docker has an issue, that if it mounts a socket directly, upon daemon restart, |