arr inits
This commit is contained in:
14
Checkrr/compose.yml
Normal file
14
Checkrr/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
checkrr:
|
||||
container_name: checkrr
|
||||
image: aetaric/checkrr:latest
|
||||
volumes:
|
||||
- /path/to/checkrr/config/checkrr.yaml:/etc/checkrr.yaml
|
||||
- /path/to/checkrr/config/checkrr.db:/checkrr.db
|
||||
- /path/to/media/to/scan:/media
|
||||
ports:
|
||||
- 8585:8585
|
||||
restart: on-failure
|
||||
Reference in New Issue
Block a user