init(*):初始化;使用sun-panel作为前端;使用dockge管理dockercompose
This commit is contained in:
1
watchtower/.env
Normal file
1
watchtower/.env
Normal file
@@ -0,0 +1 @@
|
||||
# VARIABLE=value #comment
|
||||
9
watchtower/compose.yaml
Normal file
9
watchtower/compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
image: docker.citory.tech/mirror/containrrr/watchtower:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --interval 3600 # 每小时检查一次[[1,10]]
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user