fix archive volume mount in recorder
This commit is contained in:
parent
d5690ff4c5
commit
2c519b1061
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue