docs: add UI screenshot to README; simplify port binding in compose
This commit is contained in:
@@ -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 includes a self-hosted web interface for browsing and downloading comics from your browser.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Running directly
|
### Running directly
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ services:
|
|||||||
yoink:
|
yoink:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./library:/library
|
- ./library:/library
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user