Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ download the zip file) and then build the image:

`docker build -t ffmpeg-web .`

After this, you can start the container. The exposed parts are "80" for normal
After this, you can start the container. The exposed parts are "3000" for normal
HTTP and "443" for HTTPS (see below how to set it up). For example, to open
ffmpeg-web at `http://localhost:3000`:

`docker run -p 127.0.0.1:3000:80 ffmpeg-web`
`docker run -p 127.0.0.1:3000:3000 ffmpeg-web`

### Enable HTTPS:

Expand Down