upload
This commit is contained in:
13
beszel-agent/compose.yaml
Normal file
13
beszel-agent/compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
beszel-agent:
|
||||
image: henrygd/beszel-agent
|
||||
container_name: beszel-agent
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
# 通过在 /extra-filesystems 中挂载文件夹来监控其他磁盘/分区
|
||||
# - /mnt/disk1/.beszel:/extra-filesystems/disk1:ro
|
||||
environment:
|
||||
LISTEN: 45876
|
||||
KEY: '<KEY>'
|
||||
Reference in New Issue
Block a user