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
|
Step. 1. You have two options
|
||||||
|
|
||||||
A. Build the image
|
A. Build the image
|
||||||
|
|
||||||
`docker build -t videopress .`
|
`docker build -t videopress .`
|
||||||
|
|
||||||
B. Use the pre-built image
|
B. Use the pre-built image
|
||||||
|
|
||||||
Already included in the `docker-compose.yml` file witht his project.
|
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
|
Step 2. Run — replace `/your/video/path` with the real path on your host
|
||||||
|
|
||||||
A. Using `docker run`:
|
A. Using `docker run`:
|
||||||
|
|
||||||
```docker run -d \
|
```docker run -d \
|
||||||
|
|
@ -36,6 +40,7 @@ Step 2. Run — replace `/your/video/path` with the real path on your host
|
||||||
videopress
|
videopress
|
||||||
```
|
```
|
||||||
B. Using Docker Compose
|
B. Using Docker Compose
|
||||||
|
|
||||||
`docker compose up -d`
|
`docker compose up -d`
|
||||||
|
|
||||||
Step 3. Open http://localhost:8080
|
Step 3. Open http://localhost:8080
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue