This commit is contained in:
CanbiZ 2025-03-10 15:36:14 +01:00
parent 5dd51f11ae
commit 9e6f04137d

View File

@ -48,8 +48,8 @@ msg_ok "Get NginxProxyManager Plus"
read -r -p "Enter your TZ Timezone (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List): " TZ_INPUT
read -r -p "Enter your ACME Email: " ACME_EMAIL_INPUT
sed -i "s|TZ=.*|TZ=$TZ_INPUT|g" /opt/compose.yaml
sed -i "s|ACME_EMAIL=.*|ACME_EMAIL=$ACME_EMAIL_INPUT|g" /opt/compose.yaml
sed -i "s|TZ=.*|TZ=\"$TZ_INPUT\"|g" /opt/compose.yaml
sed -i "s|ACME_EMAIL=.*|ACME_EMAIL=\"$ACME_EMAIL_INPUT\"|g" /opt/compose.yaml
msg_info "Starting NPM Plus"
docker compose up -d