Skip to content

Commit fd9929f

Browse files
committed
Add a short README for the nginx container
Explain why we provide an own nginx container image.
1 parent 28039cc commit fd9929f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ For example `docker pull registry.community.greenbone.net/community/gpg-data`
1212
For more details please take a look at
1313

1414
- [gvm-config](./gvm-config/README.md)
15+
- [nginx](./nginx/README.md)

nginx/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# nginx Container Image
2+
3+
A nginx container image based on `nginx:stable` to support auto reloading of
4+
config file changes.
5+
6+
Because the [gvm-config](../gvm-config/README.md) container image generates a
7+
nginx configuration on each startup, nginx needs to be restarted to load the
8+
new and possibly changed configuration file.

0 commit comments

Comments
 (0)