Skip to content

Commit 016c891

Browse files
committed
Adding table of contents
1 parent 6adc04c commit 016c891

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
Nginx Proxy which uses [getssl](https://github.com/srvrco/getssl) to automate requesting and renewing SSL certificates via Let's Encrypt. Certificates are checked for renewal every week - the last check can be viewed in the `/ssl` volume.
88

9+
## Contents
10+
11+
* [Ports](#ports)
12+
* [Volumes](#volumes)
13+
* [Environment Variables](#environment-variables)
14+
* [Helper Functions](#helper-functions)
15+
* [Nginx Configuration Helpers](#nginx-configuration-helpers)
16+
* [Authors / Licence / Copyright](#authors)
17+
918
## Ports
1019

1120
For SSL certificate requests to work correctly, ports 80 and 443 need mapping from the host to your proxy container, e.g. adding `"0.0.0.0:80:80"` to the ports section of your docker compose file.

0 commit comments

Comments
 (0)