misc: add offline env param to docker configuration (#2200)

***NO_CI***
* Add OFFLINE configuration switch

* Revert "Add OFFLINE configuration switch"

This reverts commit dcf3fdfe40.

* Add offline configuration to docker
pull/2269/head
Lukas Frischknecht 4 years ago committed by GitHub
parent 06c372d53f
commit 5aa959eea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,4 +16,5 @@ ssl:
domain: $(LETSENCRYPT_DOMAIN)
subscriberEmail: $(LETSENCRYPT_EMAIL)
logLevel: info
offline: $(OFFLINE)
ha: $(HA_ACTIVE)

Loading…
Cancel
Save