Skip to content

Commit a7b7a78

Browse files
committed
docs(README) : minor fix
1 parent b559c21 commit a7b7a78

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,8 @@ cron_chap=1132
9292

9393
## Docker
9494

95-
1. Build the image:
96-
97-
```bash
98-
docker build -t scan2epub .
99-
```
100-
101-
2. Run the container:
102-
10395
```bash
104-
docker run -d --rm --name test -v ./config:/root/.config/scan2epub -v ./books:/books scan2epub:latest
96+
docker run -d --rm --name scan2epub -v ./config:/root/.config/scan2epub -v ./books:/books lordpax/scan2epub:latest
10597
```
10698

10799
## Docker compose
@@ -111,7 +103,7 @@ version: '3.7'
111103

112104
services:
113105
scan2epub:
114-
image: scan2epub:latest
106+
image: lordpax/scan2epub:latest
115107
container_name: scan2epub
116108
volumes:
117109
- ./config:/root/.config/scan2epub

0 commit comments

Comments
 (0)