From f7768f01dfbcd9a1d4ed48a779337c8f4cd0ae13 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 2 Jun 2020 23:17:16 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-letsencrypt.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/docker-letsencrypt.md b/images/docker-letsencrypt.md index a9214de88f..8a2ae54f26 100644 --- a/images/docker-letsencrypt.md +++ b/images/docker-letsencrypt.md @@ -53,7 +53,7 @@ docker create \ -e STAGING=false `#optional` \ -p 443:443 \ -p 80:80 `#optional` \ - -v :/config \ + -v /path/to/appdata/config:/config \ --restart unless-stopped \ linuxserver/letsencrypt ``` @@ -88,7 +88,7 @@ services: - EXTRA_DOMAINS= #optional - STAGING=false #optional volumes: - - :/config + - /path/to/appdata/config:/config ports: - 443:443 ports: @@ -232,6 +232,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **01.06.20:** - Rebasing to alpine 3.12, change ldap login address to `/ldaplogin` to avoid clashes (existing users need to manually update). * **31.05.20:** - Tweak Authelia confs (existing users can delete `authelia-server.conf` and `authelia-location.conf`, and restart to update). * **23.05.20:** - Add support for Authelia. * **15.05.20:** - Remove `php7-pecl-imagick` due to upstream issues. Add support for `Geoip2` auto db retrieval.