Merge branch 'master' into serve_request_paths_with_trailing_slashes

This commit is contained in:
Erik Zentveld 2024-10-28 14:37:01 +01:00
commit 475d586dc5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ If you wan to run the application using docker, configure it using environment v
```sh ```sh
docker run --rm \ docker run --rm \
-e Persist=/save.json \ -e COSMIUM_PERSIST=/save.json \
-v ./save.json:/save.json \ -v ./save.json:/save.json \
-p 8081:8081 \ -p 8081:8081 \
ghcr.io/pikami/cosmium ghcr.io/pikami/cosmium