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/Screenshot_01.png b/Screenshot_01.png new file mode 100644 index 0000000..9685b3c Binary files /dev/null and b/Screenshot_01.png differ 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: