Skip to content

Instantly share code, notes, and snippets.

@bluvertigo
Last active November 26, 2024 08:07
Show Gist options
  • Save bluvertigo/42b386e60612960f13301f6a7bb45ee9 to your computer and use it in GitHub Desktop.
Save bluvertigo/42b386e60612960f13301f6a7bb45ee9 to your computer and use it in GitHub Desktop.

Comando docker docker run -d --name plex --net host --restart always --volume $(echo $HOME)/media/plex/config:/config --volume /mnt/seagate/ARCHIVIO/Video:/data --volume $(echo $HOME)/media/plex/ -e SET_PLEX_UID=1000 -e SET_PLEX_GID=1000 --security-opt seccomp=unconfined greensheep/plex-server-docker-rpi:latest

comando rimozione

docker rm -f plex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment