From afafb4e46f0963cc5af8aefde28c4dbb5db8748a Mon Sep 17 00:00:00 2001 From: brodokk Date: Thu, 18 Feb 2021 00:17:14 +0100 Subject: Fix Windows support Use folders for volumes instead of files since Windows Docker hosts *only* support folders for volumes. See Docker documentation for more information. --- config/Config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/Config.json (limited to 'config/Config.json') diff --git a/config/Config.json b/config/Config.json new file mode 100644 index 0000000..20accdb --- /dev/null +++ b/config/Config.json @@ -0,0 +1,17 @@ +{ + "tickRate": 60.0, + "usernameOverride": "Headless docker", + "loginCredential": null, + "loginPassword": null, + "startWorld": { + "sessionName": "Testing", + "description": "Headless with docker", + "maxUsers": 16, + "accessLevel": "Anyone", + "tags": "hosted", + "mobileFriendly": false, + "loadWorldURL": null, + "loadWorldPresetName": "GridSpace", + "adminUsernames": [] + } +} -- cgit v1.2.1