mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Simplified use of HOST_NAME
This commit is contained in:
@@ -5,7 +5,9 @@ if ! [ -x "$(command -v docker-compose)" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
domains=(example.org www.example.org)
|
||||
HOST_NAME=$(grep HOST_NAME .env | cut -d '=' -f2)
|
||||
|
||||
domains=($HOST_NAME)
|
||||
rsa_key_size=4096
|
||||
data_path="./data/certbot"
|
||||
email="" # Adding a valid address is strongly recommended
|
||||
|
||||
Reference in New Issue
Block a user