Update docker-compose.yml

This commit is contained in:
2024-02-22 07:15:16 +00:00
parent 2273d7ce2c
commit 18f46a8fc3
+9 -4
View File
@@ -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'