Skip to content

Commit

Permalink
docs(README) : minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Nov 24, 2024
1 parent b559c21 commit a7b7a78
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,8 @@ cron_chap=1132

## Docker

1. Build the image:

```bash
docker build -t scan2epub .
```

2. Run the container:

```bash
docker run -d --rm --name test -v ./config:/root/.config/scan2epub -v ./books:/books scan2epub:latest
docker run -d --rm --name scan2epub -v ./config:/root/.config/scan2epub -v ./books:/books lordpax/scan2epub:latest
```

## Docker compose
Expand All @@ -111,7 +103,7 @@ version: '3.7'

services:
scan2epub:
image: scan2epub:latest
image: lordpax/scan2epub:latest
container_name: scan2epub
volumes:
- ./config:/root/.config/scan2epub
Expand Down

0 comments on commit a7b7a78

Please sign in to comment.