Update README.md

Use envPrefix for parameter passed in as environment variable with docker.
This commit is contained in:
erikzeneco 2024-10-16 16:24:53 +02:00 committed by GitHub
parent 20af73ee9c
commit 2f42651fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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