diff --git a/Building-from-Source.md b/Building-from-Source.md index 7156e4c..33a415f 100644 --- a/Building-from-Source.md +++ b/Building-from-Source.md @@ -10,6 +10,7 @@ All package builds begin with the first two steps (for Linux/OSX; alter as neede ## Docker 3. Build the Docker image: `docker build -t $USERNAME/jellyfin .` +4. Run the container: `docker run -d -p 8096:8096 $USERNAME/jellyfin` ## Debian Packages via Docker