mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
web: fix running acme.sh on the right home directory
This commit is contained in:
parent
5c44a84eb4
commit
1d2c68a32f
@ -21,6 +21,7 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then
|
||||
if [[ $LETSENCRYPT_USE_STAGING -eq 1 ]]; then
|
||||
STAGING="--staging"
|
||||
fi
|
||||
export LE_WORKING_DIR="/config/acme.sh"
|
||||
# TODO: move away from standalone mode to webroot mode.
|
||||
if ! /config/acme.sh/acme.sh \
|
||||
$STAGING \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user