fix archive volume mount in recorder

This commit is contained in:
deflax 2024-01-02 00:31:10 +00:00
parent d5690ff4c5
commit 2c519b1061

View file

@ -77,7 +77,7 @@ services:
- 8554:8554 - 8554:8554
volumes: volumes:
- "./config/recorder/mediamtx.yml:/mediamtx.yml" - "./config/recorder/mediamtx.yml:/mediamtx.yml"
- "./data/archive/recordings" - "./data/archive:/recordings"
restart: unless-stopped restart: unless-stopped
networks: networks:
- net - net