Closed reticle5 closed 1 month ago
Hi,
In docker compose
you can pass commandline flags to the application as follows:
services:
remarkable-pocket:
image: ghcr.io/nov1n/remarkable-pocket:0.4.0
restart: unless-stopped
environment:
- TZ=Europe/Amsterdam
ports:
- 65112:65112
volumes:
- ~/.remarkable-pocket:/root/.remarkable-pocket
- ~/.rmapi:/root/.rmapi
- ~/.rmapi-cache:/root/.cache/rmapi
command: ["-l", "15", "-i", "30m"]
This will increase the limit to 15 articles, and reduce the interval to 30 minutes.
Brilliant. Worked like a charm.
Great to hear :) Feel free to close the issue if your problem is resolved.
Thanks again.
Title pretty much sums it up. I'd like to change the article-limit but I'm running RemarkablePocket from docker compose. So is there a way to set this in the docker-compose.yml ? Same for interval.