We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba151c commit 1a6c22dCopy full SHA for 1a6c22d
test-generate
@@ -42,3 +42,8 @@ PROTO=${2:-http}
42
cat > .test.env <<EOT
43
URL=$PROTO://$IP:$PORT/
44
EOT
45
+
46
+echo "Weblate will be running on $PROTO://$IP:$PORT/"
47
+echo
48
+echo "Weblate configuration (docker.compose.yml):"
49
+cat docker-compose.yml
0 commit comments