mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 03:34:22 +00:00
feat: add prometheus and grafana docker
rename WG_HOSTNAME_VPN -> HOSTNAME_VPN
This commit is contained in:
@@ -9,7 +9,7 @@ if [[ "--install" == $INSTALLED ]]; then
|
||||
docker-compose Installation\n\
|
||||
--------------------------------------------------"
|
||||
|
||||
ENV_LIST=("EMAIL" "WG_HOSTNAME_VPN")
|
||||
ENV_LIST=("EMAIL" "HOSTNAME_VPN" "HOSTNAME_GRAFANA")
|
||||
|
||||
for env in "${ENV_LIST[@]}"; do
|
||||
read -p "Enter value for $env: " value
|
||||
|
||||
Reference in New Issue
Block a user