QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
247 stars 39 forks source link

CTRL+C doesnt kill/close app in docker image #242

Closed si458 closed 2 months ago

si458 commented 2 months ago

Describe the bug CTRL+C doesnt kill/close app in docker image

To Reproduce Steps to reproduce the behavior. Example:

  1. Create configuration file
  2. run Neolink with docker docker run --network host --volume=$PWD/config.toml:/etc/neolink.toml quantumentangledandy/neolink:latest
  3. try CTRL+C to quit/close app

Expected behavior when pressing CTRL+C it to quit the app or kill the docker container

Versions NVR software: Neolink software: latest docker image quantumentangledandy/neolink:latest Reolink camera model and firmware: Model Argus Pro Firmware Version 1202_491_352_28

si458 commented 2 months ago

sorry having a blonde moment! forgot to include -it so e.g docker run -it