docs: add UI screenshot to README; simplify port binding in compose

This commit is contained in:
2026-03-09 10:49:48 -04:00
parent 412438fa22
commit 16b7545757
3 changed files with 3 additions and 1 deletions

View File

@@ -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

BIN
Screenshot_01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

View File

@@ -2,7 +2,7 @@ services:
yoink:
build: .
ports:
- "0.0.0.0:8080:8080"
- "8080:8080"
volumes:
- ./library:/library
environment: