mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
update docker compose to make docker sock read only
This commit is contained in:
@@ -32,7 +32,7 @@ export function AddSystemButton() {
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
PORT: ${port}
|
||||
KEY: "${publicKey}"
|
||||
|
Reference in New Issue
Block a user