Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61c5b41027 | ||
|
|
274b0646ec | ||
|
|
9d1e51a5dd |
1
docs/CNAME
Normal file
1
docs/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
docs.jellyseerr.dev
|
||||
@@ -179,7 +179,14 @@ volumes:
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
To access the files inside the volume created above, navigate to `\\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\jellyseerr-data\_data` using File Explorer.
|
||||
To access the files inside the volume created above, navigate to the following folder using File Explorer:
|
||||
|
||||
For Docker v26.1.4 or higher: `\\wsl$\docker-desktop\mnt\docker-desktop-disk\data\docker\volumes\jellyseerr-data\_data`
|
||||
|
||||
For older versions of Docker:
|
||||
`\\wsl$\docker-desktop-data\data\docker\volumes\jellyseerr-data\_data`
|
||||
or
|
||||
`\\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\jellyseerr-data\_data`
|
||||
|
||||
:::info
|
||||
Docker on Windows works differently than it does on Linux; it runs Docker inside of a stripped-down Linux VM. Volume mounts are exposed to Docker inside this VM via SMB mounts. While this is fine for media, it is unacceptable for the `/app/config` directory because SMB does not support file locking. This will eventually corrupt your database, which can lead to slow behavior and crashes.
|
||||
|
||||
Reference in New Issue
Block a user