Skip to content

Commit dabbb22

Browse files
author
David Schenk
committed
update README
1 parent 3cc6ad9 commit dabbb22

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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
1010
looking 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
1515
delivered in a container.
1616

1717
### docker
@@ -21,7 +21,7 @@ Repository @ [DockerHub](https://hub.docker.com/r/schenkd/nginx-ui)
2121
```yaml
2222
services:
2323
nginx-ui:
24-
image: nginx-ui:latest
24+
image: schenkd/nginx-ui:latest
2525
ports:
2626
- 8080:8080
2727
volumes:

0 commit comments

Comments
 (0)