revert changes to docker-compose.yml

This commit is contained in:
Andreas Franzén 2022-04-13 20:50:27 +02:00
parent 848c2da5df
commit 2da45ef883

View File

@ -11,11 +11,10 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- .:/lab/frigate:cached - .:/lab/frigate:cached
- ./config/config.yml:/config/config.yml:rw - ./config/config.yml:/config/config.yml:ro
- ./debug:/media/frigate - ./debug:/media/frigate
- ./frigate:/opt/frigate/frigate - /dev/bus/usb:/dev/bus/usb
#- /dev/bus/usb:/dev/bus/usb - /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware
#- /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware
ports: ports:
- "1935:1935" - "1935:1935"
- "5000:5000" - "5000:5000"