Updated Building from Source (markdown)

Joshua M. Boniface 2018-12-31 11:51:17 -05:00
parent 6611e57ea1
commit 7d4afb9f1f

@ -10,6 +10,7 @@ All package builds begin with the first two steps (for Linux/OSX; alter as neede
## Docker ## Docker
3. Build the Docker image: `docker build -t $USERNAME/jellyfin .` 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 ## Debian Packages via Docker