mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
fix /etc/hosts for mkcert
This commit is contained in:
@@ -10,7 +10,7 @@ if ! [ -x "$(command -v docker)" ]; then
|
||||
fi
|
||||
|
||||
source .env
|
||||
domains=("${DOMAINS[@]}") # deep copy the array
|
||||
domains=($DOMAINS)
|
||||
rsa_key_size=4096
|
||||
data_path="./data/certbot"
|
||||
read -p "admin email address for letsencrypt: " email
|
||||
|
||||
Reference in New Issue
Block a user