save button placement and docke rmounts

This commit is contained in:
2026-05-14 22:57:34 +02:00
parent 76be6f35d5
commit d8b3b3bda3
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -6,8 +6,10 @@ services:
volumes:
# Persists the SQLite database and settings across container restarts
- ./data:/app/data
# CWA import folder — set the host path to match your CWA ingest directory
- /path/to/cwa-import:/cwa-import
# Grimmory bookdrop — set the host path to Grimmory's bookdrop directory
- /path/to/grimmory/bookdrop:/bookdrop
# Local import folder — set the host path to your epub/pdf directory
- /path/to/local-books:/local-books
# Optional: mount your SSH private key read-only instead of pasting it in the UI
# - ~/.ssh/id_rsa:/run/secrets/ssh_key:ro
restart: unless-stopped