Nginx monitoring #36
-
Hi everyone, so basically i was looking for a tool where i can able to monitor the services(nginx,gunicorn) status in my local system. Thanks in Advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@spothulavivify
Paste below code in to docker-compose.yml
execute below mentioned command
Note : if you have port 81 being used for any other program or services change it another port in docker-compose.yml; i,e 82:82 for more details follow this link https://nginxproxymanager.com/guide/#quick-setup Reference Screens for port mapping and ssl |
Beta Was this translation helpful? Give feedback.
@spothulavivify
Paste below code in to docker-compose.yml
execute below mentioned command
Note : if you have port 81 being used for any other program or services change it another port in docker-compose.yml; i,e 82:82
for more details follow this link https://nginxproxymanager.com/guide/#quick-setup
Reference Sc…