From 9eece68e1c79f8ab6f39b4985223c9fdd1ff578b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Wed, 21 Sep 2022 14:25:21 +0200 Subject: [PATCH] Changed Port for CPP lab --- labs/CPP/docker-compose.yml | 2 +- labs/CPP/laboratory.json | 2 +- labs/CPP/laboratory.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/labs/CPP/docker-compose.yml b/labs/CPP/docker-compose.yml index e4a14ba..629bfad 100644 --- a/labs/CPP/docker-compose.yml +++ b/labs/CPP/docker-compose.yml @@ -3,6 +3,6 @@ services: pyxtermjs: image: crosslab/edrys_pyxtermjs:latest ports: - - "5000:5000" + - "5010:5000" environment: - PYXTERM_CMD=zsh \ No newline at end of file diff --git a/labs/CPP/laboratory.json b/labs/CPP/laboratory.json index 9454468..dd4de09 100644 --- a/labs/CPP/laboratory.json +++ b/labs/CPP/laboratory.json @@ -30,7 +30,7 @@ "studentConfig": "", "teacherConfig": "", "stationConfig": { - "server": "http://localhost:5000/pty", + "server": "http://localhost:5010/pty", "execute": "execute", "script": "g++ main.cpp && ./a.out", "enable": { diff --git a/labs/CPP/laboratory.yml b/labs/CPP/laboratory.yml index 6dc0aae..23887b1 100644 --- a/labs/CPP/laboratory.yml +++ b/labs/CPP/laboratory.yml @@ -54,7 +54,7 @@ modules: studentConfig: '' teacherConfig: '' stationConfig: - server: http://localhost:5000/pty + server: http://localhost:5010/pty execute: execute script: g++ main.cpp && ./a.out enable: