This commit is contained in:
Brian McGonagill 2026-03-12 16:53:21 -05:00
parent 2c67369058
commit 38c3e1148b

View file

@ -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