Skip to content

Commit 617aea0

Browse files
committed
feat: adding volume deets to the sample command
1 parent d174fe6 commit 617aea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ be up and running.
4040
docker run -e DOCKER_PDF_SERVER_USER=<your-username> \
4141
-e DOCKER_PDF_SERVER_PASSWORD=<your-password> \
4242
-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
43+
-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
4446
```
4547

4648
You can then access the app by going to `http://localhost:3040`

0 commit comments

Comments
 (0)