Explorar el Código

Mise à jour de 'selkies-entrypoint.sh'

penta hace 4 días
padre
commit
3f9fe2b843
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      selkies-entrypoint.sh

+ 2 - 2
selkies-entrypoint.sh

@@ -163,10 +163,10 @@ export SELKIES_ENABLE_BASIC_AUTH="${SELKIES_ENABLE_BASIC_AUTH:-true}"
 export SELKIES_BASIC_AUTH_USER="${SELKIES_BASIC_AUTH_USER:-${USER:-desktop}}"
 export SELKIES_BASIC_AUTH_PASSWORD="${SELKIES_BASIC_AUTH_PASSWORD:-${PASSWD:-mypasswd}}"
 
-echo "Starting Selkies on ${SELKIES_ADDR:-0.0.0.0}:${SELKIES_PORT:-8080}"
+echo "Starting Selkies on ${SELKIES_ADDR:-0.0.0.0}:${SELKIES_PORT:-8081}"
 exec selkies \
     --addr="${SELKIES_ADDR:-0.0.0.0}" \
-    --port="${SELKIES_PORT:-8080}" \
+    --port="${SELKIES_PORT:-8081}" \
     --enable_https="false" \
     --mode="${SELKIES_MODE}" \
     --encoder="${SELKIES_ENCODER}" \