Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
David Schenk committed May 30, 2020
1 parent 3cc6ad9 commit dabbb22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# nginx ui

We use nginx in our company lab environment. It often happens that my
colleagues have developed an application that is now deployed in our Stage
or Prod environment. To make this application accessible nginx has to be
adapted. Most of the time my colleagues don't have the permission to access
the server and change the configuration files and since I don't feel like
doing this for everyone anymore I thought a UI could help us all. If you
feel the same way I wish you a lot of fun with the application and I am
We use nginx in our company lab environment. It often happens that my
colleagues have developed an application that is now deployed in our Stage
or Prod environment. To make this application accessible nginx has to be
adapted. Most of the time my colleagues don't have the permission to access
the server and change the configuration files and since I don't feel like
doing this for everyone anymore I thought a UI could help us all. If you
feel the same way I wish you a lot of fun with the application and I am
looking forward to your feedback, change requests or even a star.

## setup

Containerization is now state of the art and therefore the application is
Containerization is now state of the art and therefore the application is
delivered in a container.

### docker
Expand All @@ -21,7 +21,7 @@ Repository @ [DockerHub](https://hub.docker.com/r/schenkd/nginx-ui)
```yaml
services:
nginx-ui:
image: nginx-ui:latest
image: schenkd/nginx-ui:latest
ports:
- 8080:8080
volumes:
Expand Down

0 comments on commit dabbb22

Please sign in to comment.