Skip to content
Snippets Groups Projects
Commit 7d6d7f20 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

update outdated information on docker compose

docker compose v2 is no longer its own command but uses a
subcommand of docker
parent 117cf2ed
Branches
No related tags found
No related merge requests found
...@@ -38,10 +38,10 @@ To use it, you first have to know what stackmaxima version you need. ...@@ -38,10 +38,10 @@ To use it, you first have to know what stackmaxima version you need.
Note that this is different from the moodle stack version, ilias stack version and maxima version. Note that this is different from the moodle stack version, ilias stack version and maxima version.
The needed stackmaxima version can be seen in the ["What Stackmaxima version do I need?"](#what-stackmaxima-version-do-i-need) section. The needed stackmaxima version can be seen in the ["What Stackmaxima version do I need?"](#what-stackmaxima-version-do-i-need) section.
They can be simply run with docker-compose in the top-directory of the repository (setting the `STACKMAXIMA_VERSION` to the desired value): They can be simply run with docker compose in the top-directory of the repository (setting the `STACKMAXIMA_VERSION` to the desired value):
``` ```
export STACKMAXIMA_VERSION=... export STACKMAXIMA_VERSION=...
docker-compose up -d docker compose up -d
``` ```
The container should then be available on port 8080 (from outside the host too, keep this behind a firewall so it is not reachable from the general internet). The container should then be available on port 8080 (from outside the host too, keep this behind a firewall so it is not reachable from the general internet).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment