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