mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
fix wrong variable name
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
|||||||
- PORT=8211 # Optional but recommended
|
- PORT=8211 # Optional but recommended
|
||||||
- PLAYERS=16 # Optional but recommended
|
- PLAYERS=16 # Optional but recommended
|
||||||
- MULTITHREADING=false
|
- MULTITHREADING=false
|
||||||
- ENABLE_RCON=true
|
- RCON_ENABLED=true
|
||||||
- RCON_PORT=25575
|
- RCON_PORT=25575
|
||||||
- ADMIN_PASSWORD="adminPasswordHere"
|
- ADMIN_PASSWORD="adminPasswordHere"
|
||||||
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
||||||
|
|||||||
Reference in New Issue
Block a user