Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tf-managed/modules/forest-droplet/bootstrap.bash.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ sudo --user="${NEW_USER}" -- \
--detach \
--name=watchtower \
--volume=/var/run/docker.sock:/var/run/docker.sock \
-e DOCKER_API_VERSION=1.52 \
--restart=unless-stopped \
containrrr/watchtower \
--include-stopped --revive-stopped --stop-timeout 120s --interval 600 --cleanup
Expand Down
1 change: 1 addition & 0 deletions tf-managed/modules/sync-check/service/run_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ docker run \
--restart unless-stopped \
--privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
-e DOCKER_API_VERSION=1.52 \
--name watchtower \
containrrr/watchtower \
--label-enable --include-stopped --revive-stopped --stop-timeout 120s --interval 600 --cleanup
Expand Down