Update docker-compose.yml
This commit is contained in:
+9
-4
@@ -46,9 +46,14 @@ volumes:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/${BASEDIR}/frigate/trt-models/'
|
||||
# frigate-storage:
|
||||
# driver: local
|
||||
# driver_opts:
|
||||
# type: 'none'
|
||||
# o: 'bind'
|
||||
# device: '/${STORAGEDIR}'
|
||||
frigate-storage:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/${STORAGEDIR}'
|
||||
type: 'nfs'
|
||||
o: 'addr=10.59.69.101,nfsvers=4'
|
||||
device: ':/export/Frigate'
|
||||
|
||||
Reference in New Issue
Block a user