Skip to content

Commit

Permalink
Merge pull request #34 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update README.md - Fixed typos
  • Loading branch information
jammsen authored Jan 23, 2024
2 parents 11b1b34 + 56f9c17 commit 1536140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This includes a Palworld Dedicated Server based on Linux and Docker.
5. After first start, stop the server, setup your config at `game/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` and start it again

## Environment-Variables
| Variable | Describe | Default Value | Allowed Value |
| Variable | Description | Default Value | Allowed Value |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------- |
| ALWAYS_UPDATE_ON_START | Updates the server on startup | true | false/true |
| MAX_PLAYERS | Maximum amout of players | 32 | 1-32 |
Expand All @@ -44,7 +44,7 @@ This includes a Palworld Dedicated Server based on Linux and Docker.
| PUBLIC_IP | Public ip, auto-detect if not specified, see COMMUNITY_SERVER | 10.0.0.1 | ip address |
| PUBLIC_PORT | Public port, auto-detect if not specified, see COMMUNITY_SERVER | 8211 | 1024-65535 |
| SERVER_NAME | Name of the server | jammsen-docker-generated-###RANDOM### | string |
| SERVER_DESCRIPTION | Desription of the server | Palworld-Dedicated-Server running in Docker by jammsen | string |
| SERVER_DESCRIPTION | Description of the server | Palworld-Dedicated-Server running in Docker by jammsen | string |
| SERVER_PASSWORD | Password of the server | serverPasswordHere | string |
| ADMIN_PASSWORD | Admin password of the server | adminPasswordHere | string |
| BACKUP_ENABLED | Backup function, creates backups in your `game` directory | true | false/true |
Expand Down

0 comments on commit 1536140

Please sign in to comment.