Skip to content

Commit

Permalink
Add TZ to examples in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef authored Jan 25, 2024
1 parent ad8e47f commit 75a747a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ services:
- MULTITHREADING=true
- RCON_ENABLED=true
- RCON_PORT=25575
- TZ=UTC
- ADMIN_PASSWORD="adminPasswordHere"
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
# Enable the environment variables below if you have COMMUNITY=true
Expand All @@ -71,6 +72,7 @@ docker run -d \
-e MULTITHREADING=true \
-e RCON_ENABLED=true \
-e RCON_PORT=25575 \
-e TZ=UTC \
-e ADMIN_PASSWORD="adminPasswordHere" \
-e COMMUNITY=false \
--restart unless-stopped \
Expand Down

0 comments on commit 75a747a

Please sign in to comment.