Update setup-docker.sh

This commit is contained in:
Roman Kelesidis 2025-08-21 18:51:15 +03:00
commit 6c5102071e
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -48,7 +48,7 @@ else
fi
echo ""
read -p "🌐 Enter your host (IP or domain, e.g. 192.168.1.100 or mytp.example.com): " TP_HOST
read -p "🌐 Enter your host (IP or domain, e.g. 192.168.1.100 or example.com): " TP_HOST
echo ""
if [ -z "$TP_HOST" ]; then