diff --git a/README.md b/README.md index 0c034fc..ad4357b 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file