Update docker-compose.yml
This commit is contained in:
+2
-2
@@ -34,10 +34,10 @@ volumes:
|
||||
driver_opts:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/data/frigate/config/'
|
||||
device: '/${BASEDIR}/frigate/config/'
|
||||
frigate-storage:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/data/frigate/data/'
|
||||
device: '/${BASEDIR}/frigate/data/'
|
||||
|
||||
Reference in New Issue
Block a user