From 7428f068c71c10818b4d3ee1186a34a0025cc8df Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Mon, 9 Mar 2026 10:49:48 -0400 Subject: [PATCH] docs: add UI screenshot to README; simplify port binding in compose --- README.md | 2 ++ docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7514bed..8361e45 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ The comic title is extracted from the page and used to name the archive. Output Yoink includes a self-hosted web interface for browsing and downloading comics from your browser. +![Yoink Web UI](Screenshot_01.png) + ### Running directly ```shell diff --git a/docker-compose.yml b/docker-compose.yml index 4921195..0c9cf0b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: yoink: build: . ports: - - "0.0.0.0:8080:8080" + - "8080:8080" volumes: - ./library:/library environment: