readme updated
This commit is contained in:
parent
83ab75a11d
commit
5fa74d8dd3
1 changed files with 6 additions and 0 deletions
|
@ -6,3 +6,9 @@ Variables:
|
|||
* `DUCKDNS_TOKEN`: Duck DNS Account Token
|
||||
* `DUCKDNS_DOMAIN`: Full Duck DNS domain (e.g. `test.duckdns.org`)
|
||||
* `LETSENCRYPT_EMAIL`: Email used for certificate renewal notifications
|
||||
|
||||
Volumes:
|
||||
* `<certs>:/etc/letsencrypt`: A named or hosted volume which allows SSL certificates to persist and be accessed by other containers
|
||||
|
||||
TODO:
|
||||
* Implement tests so `depends_on` can be used in docker-compose to prevent other containers from initialising until certificates are ready
|
||||
|
|
Loading…
Reference in a new issue