Skip to content

Commit 29a92e6

Browse files
Bot Updating Templated Files
1 parent 119df9f commit 29a92e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ services:
161161
- ONLY_SUBDOMAINS=false #optional
162162
- EXTRA_DOMAINS= #optional
163163
- STAGING=false #optional
164-
- MAXMINDDB_LICENSE_KEY= #optional
165164
volumes:
166165
- /path/to/appdata/config:/config
167166
ports:
@@ -190,7 +189,6 @@ docker run -d \
190189
-e ONLY_SUBDOMAINS=false `#optional` \
191190
-e EXTRA_DOMAINS= `#optional` \
192191
-e STAGING=false `#optional` \
193-
-e MAXMINDDB_LICENSE_KEY= `#optional` \
194192
-p 443:443 \
195193
-p 80:80 `#optional` \
196194
-v /path/to/appdata/config:/config \
@@ -220,7 +218,6 @@ Container images are configured using parameters passed at runtime (such as thos
220218
| `-e ONLY_SUBDOMAINS=false` | If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true` |
221219
| `-e EXTRA_DOMAINS=` | Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org,*.anotherdomain.org` |
222220
| `-e STAGING=false` | Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes. |
223-
| `-e MAXMINDDB_LICENSE_KEY=` | Add your MaxmindDB license key to automatically download the GeoLite2-City.mmdb database. Download location is /config/geoip2db. The database is updated weekly. |
224221
| `-v /config` | All the config files including the webroot reside here. |
225222

226223
## Environment variables from files (Docker secrets)
@@ -332,6 +329,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
332329

333330
## Versions
334331

332+
* **30.11.21:** - Move maxmind to a [new mod](https://github.com/linuxserver/docker-mods/tree/swag-maxmind)
335333
* **22.11.21:** - Added support for Infomaniak DNS for certificate generation.
336334
* **20.11.21:** - Added support for dnspod validation.
337335
* **15.11.21:** - Added support for deSEC DNS for wildcard certificate generation.

0 commit comments

Comments
 (0)