You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
version 2.x is out and since I did not found a specific instruction to this #856 Issue I was hoping to get some help here.
As stated in the issue I would like to setup NginxUI with a custom Nginx docker instance. The default Nginx build that is shipped with NginxUI does not include the community RTMP custom module for Nginx. Therefore I want to use NginxUI just for the UI part and replace the Nginx that gets shipped with an other instance from a different container. I would like to use docker compose for that.
Can someone please give me a hint on how to setup NginxUI with an other Nginx instance (this one for example) also running from the same docker compose file?
Problem with this is that I am unable to control the custom instance (for example restarting using the UI)
Also updating for example the config doesn't update it for the custom instance (I need to restart the custom instance manually every time using docker-compose)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
version 2.x is out and since I did not found a specific instruction to this #856 Issue I was hoping to get some help here.
As stated in the issue I would like to setup NginxUI with a custom Nginx docker instance. The default Nginx build that is shipped with NginxUI does not include the community RTMP custom module for Nginx. Therefore I want to use NginxUI just for the UI part and replace the Nginx that gets shipped with an other instance from a different container. I would like to use
docker compose
for that.Can someone please give me a hint on how to setup NginxUI with an other Nginx instance (this one for example) also running from the same
docker compose
file?This is what I have so far:
https://nginxui.com/guide/config-nginx#container-control
Problem with this is that I am unable to control the custom instance (for example restarting using the UI)
Also updating for example the config doesn't update it for the custom instance (I need to restart the custom instance manually every time using docker-compose)
Any help is appreciated, Thanks!
Beta Was this translation helpful? Give feedback.
All reactions