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