-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reloading not working #2661
Comments
Hello, yes, when the configuration file is mounted from the host to Docker through
Anyway i'd like to dig further into the bug, so i'm leaving this issue open. If this really can't be fixed, i'll update the README with the solution above. |
Hi, I changed my docker-compose.yml file to: services:
mediamtx:
container_name: mediamtx
image: bluenviron/mediamtx:latest-ffmpeg
restart: unless-stopped
network_mode: "host"
volumes:
- $PWD/conf:/conf:ro
command: /conf/mediamtx.yml but hot reloading still not works... The server starts ok, but is not loading new configurations:
|
Which version are you using?
v1.2.1
Which operating system are you using?
Describe the issue
When changing the configuration file nothing is happening, nor logs nor any change on the server.
Describe how to replicate the issue
2.update config file
Did you attach the server logs?
no
It does not shown any logs even in debug mode when the file is updated manually
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: