Build [v1.9.8] (Final Stability: Static Internal Port Mapping)
This commit is contained in:
@@ -25,8 +25,11 @@ fi
|
||||
echo "🚀 Building and starting containers..."
|
||||
docker compose --env-file inventory.env up -d --build --remove-orphans
|
||||
|
||||
echo ""
|
||||
echo "🔍 Verifying port mapping..."
|
||||
docker compose ps --format "table {{.Name}}\t{{.Status}}\t{{.Ports}}"
|
||||
|
||||
echo ""
|
||||
echo "✅ Deployment requested."
|
||||
echo " Access URL: https://${SERVER_IP:-localhost}:${FRONTEND_SSL_PORT:-8919}"
|
||||
echo " Run 'docker compose ps' to check status."
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user