From 7d4afb9f1f5f09ab2b2d04805bc3d6063eb99ab6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 31 Dec 2018 11:51:17 -0500 Subject: [PATCH] Updated Building from Source (markdown) --- Building-from-Source.md | 1 + 1 file changed, 1 insertion(+) 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