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

update docker compose instructions even more

turns out the new version does not use env vars anymore
parent 7d6d7f20
Branches
No related tags found
No related merge requests found
......@@ -20,3 +20,4 @@ tags
bin
src/web/web
stackmaxima-version
......@@ -40,8 +40,8 @@ The needed stackmaxima version can be seen in the ["What Stackmaxima version do
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=...
docker compose up -d
echo STACKMAXIMA_VERSION=2024072400 > stackmaxima-version
docker compose --env-file=stackmaxima-version 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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment