Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created October 30, 2022 22:44
Show Gist options
  • Save nosrednawall/e007f93fbf6d7effd5c5c10c22aa4e97 to your computer and use it in GitHub Desktop.
Save nosrednawall/e007f93fbf6d7effd5c5c10c22aa4e97 to your computer and use it in GitHub Desktop.
gerar container jellyfin
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