Skip to content

Commit

Permalink
Merge pull request #113 from jammsen/develop
Browse files Browse the repository at this point in the history
Fixed typo in RCON examples
  • Loading branch information
jammsen authored Jan 28, 2024
2 parents 61a913e + 79a07c1 commit dfa848a
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 dfa848a

Please sign in to comment.