File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# nginx ui
22
3- We use nginx in our company lab environment. It often happens that my
4- colleagues have developed an application that is now deployed in our Stage
5- or Prod environment. To make this application accessible nginx has to be
6- adapted. Most of the time my colleagues don't have the permission to access
7- the server and change the configuration files and since I don't feel like
8- doing this for everyone anymore I thought a UI could help us all. If you
9- feel the same way I wish you a lot of fun with the application and I am
3+ We use nginx in our company lab environment. It often happens that my
4+ colleagues have developed an application that is now deployed in our Stage
5+ or Prod environment. To make this application accessible nginx has to be
6+ adapted. Most of the time my colleagues don't have the permission to access
7+ the server and change the configuration files and since I don't feel like
8+ doing this for everyone anymore I thought a UI could help us all. If you
9+ feel the same way I wish you a lot of fun with the application and I am
1010looking forward to your feedback, change requests or even a star.
1111
1212## setup
1313
14- Containerization is now state of the art and therefore the application is
14+ Containerization is now state of the art and therefore the application is
1515delivered in a container.
1616
1717### docker
@@ -21,7 +21,7 @@ Repository @ [DockerHub](https://hub.docker.com/r/schenkd/nginx-ui)
2121``` yaml
2222services :
2323 nginx-ui :
24- image : nginx-ui:latest
24+ image : schenkd/ nginx-ui:latest
2525 ports :
2626 - 8080:8080
2727 volumes :
You can’t perform that action at this time.
0 commit comments