From 2f42651fb7f63f53179779c7f12b440ad972cc84 Mon Sep 17 00:00:00 2001 From: erikzeneco <97616465+erikzeneco@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:24:53 +0200 Subject: [PATCH] Update README.md Use envPrefix for parameter passed in as environment variable with docker. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5be7a6..e2e02e1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you wan to run the application using docker, configure it using environment v ```sh docker run --rm \ - -e Persist=/save.json \ + -e COSMIUM_PERSIST=/save.json \ -v ./save.json:/save.json \ -p 8081:8081 \ ghcr.io/pikami/cosmium