From b2fbd707f8422f682de2a062d2b6b8252baa2e97 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Thu, 27 Apr 2017 08:32:07 -0700 Subject: [PATCH] location of server-whitelist.json --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caf448b..f635c85 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,8 @@ To keep things simple, the container uses a single volume mounted at `/factorio` |-- config | |-- map-gen-settings.json | |-- rconpw - | `-- server-settings.json + | |-- server-settings.json + | `-- server-whitelist.json |-- mods | `-- fancymod.zip `-- saves @@ -150,7 +151,7 @@ To keep things simple, the container uses a single volume mounted at `/factorio` ## Ports -* `34197/udp` - Factorio clients (required). +* `34197/udp` - Game server (required). * `27015/tcp` - RCON (optional).