Ver código fonte

Print port for run.sh

tags/1.0^2
9seconds 6 anos atrás
pai
commit
59ddffa911
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      run.sh

+ 1
- 1
run.sh Ver arquivo

@@ -44,7 +44,7 @@ if [ ! -f "$MTG_SECRET" ]; then
44 44
     > "$MTG_SECRET"
45 45
 fi
46 46
 
47
-echo "Proxy secret is $(cat "$MTG_SECRET")"
47
+echo "Proxy secret is $(cat "$MTG_SECRET"). Port is $MTG_PORT."
48 48
 
49 49
 docker ps --filter "Name=$MTG_CONTAINER" -aq | xargs -r docker rm -fv
50 50
 docker run \

Carregando…
Cancelar
Salvar