**Describe the bug** It looks like the env variable in the docker container doesnt work.  But when starting the container, the log shows: Running: /bin/sh -c /usr/local/bin/neolink "${NEO_LINK_MODE}" --config /etc/neolink.toml ``` [2025-03-26T14:43:11Z INFO neolink] Neolink 6e05e7844b5b50f89787d30bffcbbd3471bfcfde release [2025-03-26T14:43:11Z INFO neolink::rtsp] Starting RTSP Server at 0.0.0.0:8554 [2025-03-26T14:43:11Z DEBUG neolink::rtsp] Adding user wickhay to rtsp server [2025-03-26T14:43:11Z INFO neolink::rtsp] baby_room: Rtsp Starting [2025-03-26T14:43:11Z WARN neolink::rtsp] Without a server certificate, usernames and passwords will be exchanged in plaintext! ``` Also when trying to connect to the container (with port forwarding changed to 5754) im getting no answer ``` dinth@dinth-mint:~$ telnet 10.10.1.13 8754 Trying 10.10.1.13... telnet: Unable to connect to remote host: Connection refused ``` **To Reproduce** 1. Set NEO_LINK_PORT to 8754 2. Change the container port for port forwarding 3. Restart the container **Expected behavior** Neolink stream should be available through the desired port. As on the standard 8554 ive got go2rtc running **Versions** Neolink software: 0.6.2
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Dinth and has received 1 comments.