Update docker-compose.yml

This commit is contained in:
2024-01-20 05:52:51 +00:00
parent 3071e9915f
commit da068ad727
+2 -2
View File
@@ -34,10 +34,10 @@ volumes:
driver_opts: driver_opts:
type: 'none' type: 'none'
o: 'bind' o: 'bind'
device: '/data/frigate/config/' device: '/${BASEDIR}/frigate/config/'
frigate-storage: frigate-storage:
driver: local driver: local
driver_opts: driver_opts:
type: 'none' type: 'none'
o: 'bind' o: 'bind'
device: '/data/frigate/data/' device: '/${BASEDIR}/frigate/data/'