mirror of
https://github.com/jlengrand/RemarkablePocket.git
synced 2026-03-10 08:41:19 +00:00
13 lines
284 B
YAML
13 lines
284 B
YAML
version: '3'
|
|
|
|
services:
|
|
remarkable-pocket:
|
|
image: ghcr.io/nov1n/remarkable-pocket:0.2.0
|
|
restart: always
|
|
ports:
|
|
- 65112:65112
|
|
volumes:
|
|
- ~/.remarkable-pocket:/root/.remarkable-pocket
|
|
- ~/.rmapi:/root/.rmapi
|
|
- ~/.rmapi-cache:/root/.cache/rmapi
|