Merge pull request #1 from erikzeneco/master

Update README.md
This commit is contained in:
Pijus Kamandulis
2024-10-16 18:34:14 +03:00
committed by GitHub
+1 -1
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