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 d174fe6 commit 617aea0Copy full SHA for 617aea0
README.md
@@ -40,7 +40,9 @@ be up and running.
40
docker run -e DOCKER_PDF_SERVER_USER=<your-username> \
41
-e DOCKER_PDF_SERVER_PASSWORD=<your-password> \
42
-e DOCKER_PDF_SERVER_KEY=<your-random-secret-key> \
43
- -p 3040:5000 -v /Users/writable/host/path/pdf-library:/app/library/ ghcr.io/ash0ne/docker-pdf-server:latest
+ -v /Users/writable/host/path/pdf-library:/app/library/ \
44
+ -v /Users/writable/host/path/user-db:/app/instance/ \
45
+ -p 3040:5000 ghcr.io/ash0ne/docker-pdf-server:latest
46
```
47
48
You can then access the app by going to `http://localhost:3040`
0 commit comments