move under docker directory

This commit is contained in:
PrplHaz4
2020-10-08 10:13:43 -04:00
committed by GitHub
parent 9dfc57432b
commit 27e9d2f465
+16
View File
@@ -0,0 +1,16 @@
version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: analogj/scrutiny
cap_add:
- SYS_RAWIO
ports:
- "8080:8080"
volumes:
- /run/udev:/run/udev:ro
- ./config:/scrutiny/config
devices:
- "/dev/sda"
- "/dev/sdb"