Skip to content

Commit

Permalink
Fixed typo in RCON examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jammsen committed Jan 28, 2024
1 parent 728887d commit 79a07c1
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 @@ -353,7 +353,7 @@ services:
- SERVER_PASSWORD=serverPasswordHere
- PUBLIC_PORT=8211
- PUBLIC_IP=
- RCON_ENABLED=false
- RCON_ENABLED=true
- RCON_PORT=25575
- REGION=
- USEAUTH=true
Expand Down Expand Up @@ -471,7 +471,7 @@ services:
- SERVER_PASSWORD=serverPasswordHere
- PUBLIC_PORT=8211
- PUBLIC_IP=
- RCON_ENABLED=false
- RCON_ENABLED=true
- RCON_PORT=25575
- REGION=
- USEAUTH=true
Expand Down

0 comments on commit 79a07c1

Please sign in to comment.