Bot Updating Documentation

pull/14/head
LinuxServer-CI 2020-06-02 23:17:16 +02:00
rodzic 955334678d
commit 5d3ed42dad
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ docker create \
-e STAGING=false `#optional` \ -e STAGING=false `#optional` \
-p 443:443 \ -p 443:443 \
-p 80:80 `#optional` \ -p 80:80 `#optional` \
-v </path/to/appdata/config>:/config \ -v /path/to/appdata/config:/config \
--restart unless-stopped \ --restart unless-stopped \
linuxserver/letsencrypt linuxserver/letsencrypt
``` ```
@ -88,7 +88,7 @@ services:
- EXTRA_DOMAINS= #optional - EXTRA_DOMAINS= #optional
- STAGING=false #optional - STAGING=false #optional
volumes: volumes:
- </path/to/appdata/config>:/config - /path/to/appdata/config:/config
ports: ports:
- 443:443 - 443:443
ports: ports:
@ -232,6 +232,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## 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). * **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. * **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. * **15.05.20:** - Remove `php7-pecl-imagick` due to upstream issues. Add support for `Geoip2` auto db retrieval.