From 18f46a8fc3360d834ca2c8f68a72c76344202f32 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 22 Feb 2024 07:15:16 +0000 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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'