From b6eacfcc2ee393c8964a227e7cbeaf94bf5c1dc0 Mon Sep 17 00:00:00 2001 From: moorsey Date: Sat, 6 Jan 2024 12:31:57 +0000 Subject: [PATCH] Update README.md Added docker-compose example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6947609..ddcfe3b 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,13 @@ To build the docker container, check out the repository and run: To run autodoist inside the docker container: docker run -it autodoist:latest + +Docker-compose example: + + version: "3.7" + services: + autodoist: + image: ghcr.io/Hoffelhas/autodoist:laster + container_name: autodoist + command: -l=next -hf=2 -a=**apikey** + restart: unless-stopped