feat: rework domain name

This commit is contained in:
2025-08-25 22:47:10 +02:00
parent 4983eca8ff
commit b8a714366f
2 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ if [[ "--install" == $INSTALLED ]]; then
docker-compose Installation\n\
--------------------------------------------------"
ENV_LIST=("EMAIL" "HOSTNAME_VPN" "HOSTNAME_GRAFANA" "HOSTNAME_WEBSITE")
ENV_LIST=("EMAIL" "HOSTNAME")
for env in "${ENV_LIST[@]}"; do
read -p "Enter value for $env: " value