We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b559c21 commit a7b7a78Copy full SHA for a7b7a78
README.md
@@ -92,16 +92,8 @@ cron_chap=1132
92
93
## Docker
94
95
-1. Build the image:
96
-
97
-```bash
98
-docker build -t scan2epub .
99
-```
100
101
-2. Run the container:
102
103
```bash
104
-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
105
```
106
107
## Docker compose
@@ -111,7 +103,7 @@ version: '3.7'
111
112
services:
113
scan2epub:
114
- image: scan2epub:latest
+ image: lordpax/scan2epub:latest
115
container_name: scan2epub
116
108
volumes:
117
109
- ./config:/root/.config/scan2epub
0 commit comments