Update README.md

Added docker-compose example
pull/44/head
moorsey 2024-01-06 12:31:57 +00:00 committed by GitHub
parent 7d54a85880
commit b6eacfcc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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