Same
This commit is contained in:
parent
2c67369058
commit
38c3e1148b
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue