aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2024-11-13 10:34:09 +0000
committerJPVenson <github@jpb.email>2024-11-13 10:34:09 +0000
commit4747edd635d639027e08fcaa8116e221692268dc (patch)
tree3b56b1f3b1a480fe5ef30a3de7ff0fe5ec37f067 /.devcontainer/devcontainer.json
parent11388c0144d103357fd942e10ad3a91524b29d69 (diff)
parentcafc74c64cc901e8de10bb74ec4396a1ec3724ca (diff)
Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin into feature/EFUserData
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 063901c800..df097a3d18 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -24,5 +24,8 @@
"hostRequirements": {
"memory": "8gb",
"cpus": 4
- }
+ },
+ "mounts": [
+ "source=/opt/docker/data/jellyfin/config10.9.11/metadata/,target=/workspaces/jellyfin/TestData/metadata,type=bind,consistency=cached"
+ ]
}