add cache and recommended middleware

This commit is contained in:
ducoterra
2020-09-17 18:41:35 -04:00
parent 1f70bab202
commit b14b954845
5 changed files with 47 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ mkdir -p /srv/jellyfin/{config,cache}
docker run -d -v /srv/jellyfin/config:/config -v /srv/jellyfin/cache:/cache -v /media:/media --net=host jellyfin/jellyfin:latest
```
## Traefik
<https://jellyfin.org/docs/general/networking/traefik2.html>
## Copy lots of files
```bash