Ja Das ist die Yml:Und es geht mit den "cap_add"-Einträgen?
YAML:
services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
- SYS_ADMIN
ports:
- "6090:8080" # webapp
- "8086:8086" # influxDB admin
volumes:
- /run/udev:/run/udev:ro
- /volume2/docker/scrutiny/config:/opt/scrutiny/config
- /volume2/docker/scrutiny/influxdb:/opt/scrutiny/influxdb
devices:
- /dev/nvme0n1:/dev/nvme0n1
- /dev/nvme1n1:/dev/nvme1n1
- /dev/sata1:/dev/sata1
- /dev/sata2:/dev/sata2
- /dev/sata3:/dev/sata3
- /dev/sata4:/dev/sata4
- /dev/sata5:/dev/sata5
- /dev/sata6:/dev/sata6
- /dev/sata7:/dev/sata7
environment:
- SCRUTINY_WEB_INFLUXDB_TOKEN=ANYLONGSTRING
- SCRUTINY_WEB_INFLUXDB_INIT_USERNAME=scrutiny
- SCRUTINY_WEB_INFLUXDB_INIT_PASSWORD=strengGeheim
restart: unless-stopped
network_mode: synobridge
und Disk 8 da nicht vorhanden musste ich entfernen.
@plang.pl
Was möchtest du genau machen ?