Fixed readme

This commit is contained in:
Nosk Lo Github 2022-03-01 21:03:44 +00:00
parent 3069fdbaad
commit 3f8ce93c74
1 changed files with 7 additions and 6 deletions

View File

@ -20,15 +20,16 @@ run it:
you can use environment variables to change the defaults: you can use environment variables to change the defaults:
PUBLIC=0 # 0 private / 1 public PUBLIC=0 # 0 private / 1 public
PORT=2456 # The port that you want valheim server to listen PORT=2456 # The port that you want valheim server to listen
NAME="Docker Valheim" # Your amazing name of your server. NAME="Docker Valheim" # Your amazing name of your server.
WORLD=Docker # Your unique name of your world. WORLD=Docker # Your unique name of your world.
SAVEDIR=/vhsave # Where to save your data. SAVEDIR=/vhsave # Where to save your data.
PASSWORD=nopassword PASSWORD=nopassword
## Thanks to those projects for making it possible: ## Thanks to those projects for making it possible:
- [box86](https://github.com/ptitSeb/box86) - [box86](https://github.com/ptitSeb/box86)
- [box64](https://github.com/ptitSeb/box64) - [box64](https://github.com/ptitSeb/box64)
- [docker](docker.com) - [docker](docker.com)