mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-30 20:24:28 +00:00
Removed quote around TZ as it broke the timezone
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
- MULTITHREADING=true
|
- MULTITHREADING=true
|
||||||
- RCON_ENABLED=true
|
- RCON_ENABLED=true
|
||||||
- RCON_PORT=25575
|
- RCON_PORT=25575
|
||||||
- TZ="UTC"
|
- TZ=UTC
|
||||||
- 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!
|
||||||
- SERVER_NAME="World of Pals"
|
- SERVER_NAME="World of Pals"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ data:
|
|||||||
MULTITHREADING: "true"
|
MULTITHREADING: "true"
|
||||||
RCON_ENABLED: "true"
|
RCON_ENABLED: "true"
|
||||||
RCON_PORT: "25575"
|
RCON_PORT: "25575"
|
||||||
TZ: "UTC"
|
TZ: UTC
|
||||||
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!
|
||||||
SERVER_NAME: "World of Pals"
|
SERVER_NAME: "World of Pals"
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user