diff options
author | brodokk <brodokk@brodokk.space> | 2021-02-18 00:17:14 +0100 |
---|---|---|
committer | brodokk <brodokk@brodokk.space> | 2021-02-18 00:17:14 +0100 |
commit | afafb4e46f0963cc5af8aefde28c4dbb5db8748a (patch) | |
tree | be36d7490e1903e8d113b3497d69105a99b9598e /config | |
parent | 11f35716b4482493f264b5f06a88c41345aff438 (diff) | |
download | neosvr_docker-afafb4e46f0963cc5af8aefde28c4dbb5db8748a.tar.xz neosvr_docker-afafb4e46f0963cc5af8aefde28c4dbb5db8748a.zip |
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.
Diffstat (limited to 'config')
-rw-r--r-- | config/Config.json | 17 |
1 files changed, 17 insertions, 0 deletions
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": [] + } +} |