aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrodokk <brodokk@brodokk.space>2021-02-18 00:17:14 +0100
committerbrodokk <brodokk@brodokk.space>2021-02-18 00:17:14 +0100
commitafafb4e46f0963cc5af8aefde28c4dbb5db8748a (patch)
treebe36d7490e1903e8d113b3497d69105a99b9598e
parent11f35716b4482493f264b5f06a88c41345aff438 (diff)
downloadneosvr_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.
-rw-r--r--config/Config.json (renamed from neosvr.conf.json)0
-rw-r--r--docker-compose.yml2
2 files changed, 1 insertions, 1 deletions
diff --git a/neosvr.conf.json b/config/Config.json
index 20accdb..20accdb 100644
--- a/neosvr.conf.json
+++ b/config/Config.json
diff --git a/docker-compose.yml b/docker-compose.yml
index 95fd75c..08393d6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,6 +12,6 @@ services:
BETA_KEY: ***
volumes:
- ./steam:/steam
- - ./neosvr.conf.json:/steam/740250/Config/Config.json
+ - ./config:/steam/740250/Config
stdin_open: true
tty: true