diff --git a/docker-compose.yml b/docker-compose.yml index d74bae9..f241b2a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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'