mirror of
https://github.com/jlengrand/RemarkablePocket.git
synced 2026-03-10 08:41:19 +00:00
16 lines
555 B
YAML
16 lines
555 B
YAML
services:
|
|
remarkable-pocket:
|
|
image: ghcr.io/nov1n/remarkable-pocket:0.4.0
|
|
restart: always
|
|
environment:
|
|
- TZ=Europe/Amsterdam
|
|
ports:
|
|
- 65112:65112
|
|
volumes:
|
|
- ~/.remarkable-pocket:/root/.remarkable-pocket
|
|
- ~/.rmapi:/root/.rmapi
|
|
- ~/.rmapi-cache:/root/.cache/rmapi
|
|
# Uncomment the line below to configure the application with additional command-line arguments.
|
|
# This example increases the article limit to 15, and reduces the sync interval to 30 minutes.
|
|
# command: ["-l", "15", "-i", "30m"]
|