Clarify docker-compose instructions

This commit is contained in:
Robert Carosi
2022-10-29 13:43:36 +02:00
committed by GitHub
parent 7f6354e477
commit e927ccd7d4

View File

@@ -68,7 +68,7 @@ followed by: `launchctl load -w nl.carosi.remarkable-pocket.plist`. Logs will be
### Docker Compose
If you prefer to use [Docker Compose](https://docs.docker.com/compose/) you can download the [docker-compose.yml](docker-compose.yml) file, and run `docker-compose up`. Please make sure that the mounted config files (e.g. `~/.remarkable-pocket` etc.) exist on the host before starting.
If you prefer to use [Docker Compose](https://docs.docker.com/compose/) you can download the [docker-compose.yml](docker-compose.yml) file, and run `docker-compose up`. Please make sure that the mounted config files exist on the host by running `touch ~/.remarkable-pocket ~/.rmapi && mkdir -p ~/.rmapi-cache` before starting.
### Raspberry Pi