docs: docker prefers .yml not .yaml

This commit is contained in:
James R. Barlow
2020-03-03 02:25:21 -08:00
parent 9f31774aa9
commit 8b41f60b6e
2 changed files with 2 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
---
version: "3.3"
services:
ocrmypdf:
restart: always
container_name: ocrmypdf
image: jbarlow83/ocrmypdf
volumes:
- "/media/scan:/input"
- "/mnt/scan:/output"
environment:
- OCR_OUTPUT_DIRECTORY_YEAR_MONT=0
user: "<SET TO YOUR USER ID>:<SET TO YOUR GROUP ID>"
entrypoint: python3
command: watcher.py