Update README.md

Added docker-compose for running container
This commit is contained in:
2025-03-19 11:16:17 +11:00
parent e84c7dc545
commit 1fa0bc4d5f

View File

@@ -1,2 +1,14 @@
# OCRmyPDFWebGui
Last image generatoed on 18-3-25
```yaml
services:
ocr_my_pdf_webui:
image: gitea.apointless.space/bsncubed/ocrmypdfwebgui:latest
ports:
- "5000:5000"
environment:
- GUNICORN_TIMEOUT=300
- TZ=Australia/Sydney
```