Compare commits
2 Commits
1.3.0
...
ab1e723446
| Author | SHA1 | Date | |
|---|---|---|---|
| ab1e723446 | |||
| 7428f068c7 |
@@ -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.
|
||||
|
||||

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