Update docker-compose.yml
This commit is contained in:
+2
-2
@@ -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/'
|
||||||
|
|||||||
Reference in New Issue
Block a user