commit 2e2a907276c49dab79624b1d93c4a574e892a4a2 Author: Awin Huang Date: Sat Feb 17 22:22:29 2024 +0800 Init diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..92cec28 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: "3" +services: + watchtower: + image: containrrr/watchtower + restart: always + volumes: + - /var/run/docker.sock:/var/run/docker.sock + command: --interval 86400 --cleanup