First commit

This commit is contained in:
bigboxuser
2025-08-31 13:37:36 +03:00
commit 4fcd91dd04
13 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
netdata:
image: netdata/netdata
container_name: netdata
ports:
- "192.168.0.131:19999:19999"
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: always