tiangolo / nginx-rtmp-docker

Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logs of the executed command

ramiel opened this issue · comments

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?