Created
October 30, 2022 22:44
-
-
Save nosrednawall/e007f93fbf6d7effd5c5c10c22aa4e97 to your computer and use it in GitHub Desktop.
gerar container jellyfin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d \ | |
--name jellyfin \ | |
--user uid:gid \ | |
--net=host \ | |
--volume jellyfin-config:/config \ | |
--volume jellyfin-cache:/cache \ | |
--mount type=bind,source=/media/hd-multimedia/anime-hd-3/Animes3,target=/Animes3 \ | |
--mount type=bind,source=/media/hd-multimedia/backup/StreamingMiniDLNA/Animes,target=/Animes \ | |
--mount type=bind,source=/media/hd-multimedia/backup/StreamingMiniDLNA/Animes2,target=/Animes2 \ | |
--restart=unless-stopped \ | |
jellyfin/jellyfin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment