Correct volumes path
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
channels-dvr:
|
||||
image: fancybits/channels-dvr:latest
|
||||
container_name: channels-dvr
|
||||
network_mode: host
|
||||
ports:
|
||||
- "8089:8089"
|
||||
restart: always
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
volumes:
|
||||
- /var/lib/docker/volumes/channels-dvr/config:/channels-dvr
|
||||
- /var/lib/docker/volumes/channels-dvr/recordings:/shares/DVR
|
||||
Reference in New Issue
Block a user