mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
update readme / docker-compose
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
services:
|
||||
agent:
|
||||
image: 'henrygd/qoma-agent'
|
||||
container_name: 'qoma-agent'
|
||||
beszel-agent:
|
||||
image: 'henrygd/beszel-agent'
|
||||
container_name: 'beszel-agent'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '45876:45876'
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- FILESYSTEM=/dev/sda1 # Set to the correct filesystem for disk I/O stats
|
||||
- KEY="ssh-ed25519 YOUR_PUBLIC_KEY"
|
||||
|
Reference in New Issue
Block a user