Print port for run.sh

This commit is contained in:
9seconds
2019-11-18 10:56:27 +03:00
parent 3af9ede1c1
commit 59ddffa911
+1 -1
View File
@@ -44,7 +44,7 @@ if [ ! -f "$MTG_SECRET" ]; then
> "$MTG_SECRET"
fi
echo "Proxy secret is $(cat "$MTG_SECRET")"
echo "Proxy secret is $(cat "$MTG_SECRET"). Port is $MTG_PORT."
docker ps --filter "Name=$MTG_CONTAINER" -aq | xargs -r docker rm -fv
docker run \