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'