add unraid-simple-monitoring-api
This commit is contained in:
parent
1f62773882
commit
df79cdcc1e
3 changed files with 10 additions and 3 deletions
9
unraid-docker/unraid-simple-monitoring-api/compose.yaml
Normal file
9
unraid-docker/unraid-simple-monitoring-api/compose.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
unraid-simple-monitoring-api:
|
||||
image: ghcr.io/nebn/unraid-simple-monitoring-api:latest
|
||||
container_name: unraid-simple-monitoring-api
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /mnt/user/appdata/unraid-simple-monitoring-api:/app:ro
|
||||
- /:/hostfs:ro
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue