Skip to content

Commit

Permalink
Changed Port for CPP lab
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Sep 21, 2022
1 parent 8d2397b commit 9eece68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion labs/CPP/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:
pyxtermjs:
image: crosslab/edrys_pyxtermjs:latest
ports:
- "5000:5000"
- "5010:5000"
environment:
- PYXTERM_CMD=zsh
2 changes: 1 addition & 1 deletion labs/CPP/laboratory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion labs/CPP/laboratory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9eece68

Please sign in to comment.