From c6a04d4f92e83f0807cb170471936391d471fecc Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 20 Feb 2022 18:15:00 +0100 Subject: [PATCH] Peerjs : passage du port 9000 a 8081 --- podman-peerjs/.gitlab-ci.yml | 2 +- podman-peerjs/vars.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/podman-peerjs/.gitlab-ci.yml b/podman-peerjs/.gitlab-ci.yml index a3a119f..ba0fe74 100644 --- a/podman-peerjs/.gitlab-ci.yml +++ b/podman-peerjs/.gitlab-ci.yml @@ -6,7 +6,7 @@ peerjs: stage: test script: - cd podman-peerjs - - GARBAYE_PEERJS_ENV_LISTENPORT=19000 ./10_install.sh + - GARBAYE_PEERJS_ENV_LISTENPORT=18081 ./10_install.sh - ./20_enable.sh - ./30_start.sh && sleep 10 - ./40_stop.sh diff --git a/podman-peerjs/vars.sh b/podman-peerjs/vars.sh index d24291c..ce23fb1 100644 --- a/podman-peerjs/vars.sh +++ b/podman-peerjs/vars.sh @@ -3,6 +3,6 @@ container_name='peerjs-server' service_name="container-${container_name}.service" listen_if="${GARBAYE_PEERJS_ENV_LISTENIF:-127.0.0.1}" -listen_port="${GARBAYE_PEERJS_ENV_LISTENPORT:-9000}" +listen_port="${GARBAYE_PEERJS_ENV_LISTENPORT:-8081}" upstream_images='docker.io/peerjs/peerjs-server' version='0.6.1'