Explorar el Código

Print port for run.sh

tags/1.0^2
9seconds hace 6 años
padre
commit
59ddffa911
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      run.sh

+ 1
- 1
run.sh Ver fichero

@@ -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 \

Loading…
Cancelar
Guardar