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: