diff --git a/docker-compose.yml b/docker-compose.yml index e16887b..94a04bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,10 +34,10 @@ volumes: driver_opts: type: 'none' o: 'bind' - device: '/data/frigate/config/' + device: '/${BASEDIR}/frigate/config/' frigate-storage: driver: local driver_opts: type: 'none' o: 'bind' - device: '/data/frigate/data/' + device: '/${BASEDIR}/frigate/data/'