From 38c3e1148b9c2194454c51a886c9e70aeca89296 Mon Sep 17 00:00:00 2001 From: Brian McGonagill Date: Thu, 12 Mar 2026 16:53:21 -0500 Subject: [PATCH] Same --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9d7b150..947d369 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,17 @@ configurable media root for security. Step. 1. You have two options + A. Build the image + `docker build -t videopress .` B. Use the pre-built image + Already included in the `docker-compose.yml` file witht his project. Step 2. Run — replace `/your/video/path` with the real path on your host + A. Using `docker run`: ```docker run -d \ @@ -36,6 +40,7 @@ Step 2. Run — replace `/your/video/path` with the real path on your host videopress ``` B. Using Docker Compose + `docker compose up -d` Step 3. Open http://localhost:8080