closes #162
This commit is contained in:
Marco Piovanello
2024-06-30 10:37:22 +02:00
committed by GitHub
parent 0daf36719b
commit 98f0ea3bd2
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ services:
- 3033:3033
volumes:
- <your dir>:/downloads # replace <your dir> with a directory on your host system
- <your dir>:/config # directory where config.yml will be stored
healthcheck:
test: curl -f http://localhost:3033 || exit 1
restart: unless-stopped