diff --git a/README.md b/README.md index 94da71d..8fd8504 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Then you can run it: --name=sucker \ --device cdrom --device dvd --device sr0 \ -v $incoming:/incoming \ + -p 5880:8080 \ media-sucker Or you can put it in a `docker-compose.yaml` file: @@ -45,6 +46,9 @@ services: - type: bind source: /path/to/incoming target: /incoming + ports: + - published: 5880 + target: 8080 ``` Stick a video DVD or audio CD in, @@ -53,9 +57,7 @@ then spit your media back out. Then, eventually, you'll have a new `.mkv` file (for video) or a new directory of `.mp3` files (for audio). -You can watch what it's doing: - - docker logs --since=1m -f sucker +You can watch what it's doing at http://localhost:5880/ ## A note on filenames and tags