aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2024-11-13 10:43:11 +0000
committerJPVenson <github@jpb.email>2024-11-13 10:43:11 +0000
commit5fb4d6a169a43d0cd5b63ff728b37c9196599b95 (patch)
tree00f99bb162a3fb3f8ed9840d4cfb4ab0a05dfe2e /.devcontainer/devcontainer.json
parent4747edd635d639027e08fcaa8116e221692268dc (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, 1 insertions, 4 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index df097a3d18..063901c800 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -24,8 +24,5 @@
"hostRequirements": {
"memory": "8gb",
"cpus": 4
- },
- "mounts": [
- "source=/opt/docker/data/jellyfin/config10.9.11/metadata/,target=/workspaces/jellyfin/TestData/metadata,type=bind,consistency=cached"
- ]
+ }
}