From a6f1711329804a0b916d84b53c543895e9a63540 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 6 Jan 2022 17:37:34 -0700 Subject: [PATCH] Update README with ports --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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