From d917366373f1bd147d78dbf2674439e3dbbfad38 Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Sun, 31 Jul 2022 18:18:14 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 424ff34..2ca973b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,8 @@ Run with the following environment variables: ``` HOSTNAME (default: Quake) -GAME_PORT (default: 27960) -RCON_PORT (default: 28960) PASSWORD (default: none) -RCON_PASSWORD (default: none) +ADMIN_PASSWORD (default: none) STATS_PASSWORD (default: none) ``` @@ -25,9 +23,9 @@ services: - '27960:27960/tcp' - '28960:28960/tcp' environment: - - HOSTNAME=JackNet - - PASSWORD=password123 - - RCON_PASSWORD=superSecurePassword + HOSTNAME: 'JackNet' + PASSWORD: 'password123' + ADMIN_PASSWORD: 'superSecurePassword' ``` -Mount /game if you want some level of persistence. I haven't tried getting updates to work, so instead I just download from fresh on each boot. \ No newline at end of file +Mount `/game` if you want to persist the server files. Else, it will download on each launch. \ No newline at end of file