InfluxDB: Add Ports as Info / Script-End (#3141)

* InfluxDB: Add Ports as Info / Script-End

* Update influxdb.sh
This commit is contained in:
CanbiZ
2025-03-17 13:13:49 +01:00
committed by GitHub
parent c056163cf9
commit bff8879189
2 changed files with 12 additions and 3 deletions

View File

@@ -41,4 +41,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8086${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP} and Port 8888 for v1 or Port 8086 (v2)${CL}"