tiangolo / nginx-rtmp-docker

Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
MIT License
1.05k stars 365 forks source link

Logs of the executed command #57

Open ramiel opened 7 months ago

ramiel commented 7 months ago

I'd like to redirect the logs of the command run at the exec in order to see them in docker logs. I tried the following

exec_push mycommand >>/dev/stdout 2>&1;

but it's not working. Redirecting to ay other file is working. Any hint about how to solve this?