add new feature flag FLAG_DISABLE_IMAGE_PROCESSING

This commit is contained in:
Amruth Pillai
2026-02-10 18:33:07 +01:00
parent f237c42093
commit 87e2f2f391
9 changed files with 25 additions and 7 deletions
+5 -5
View File
@@ -53,11 +53,11 @@ services:
# As an alternative to browserless, you can also use a lightweight image like chromedp/headless-shell:latest
# See https://docs.rxresu.me/self-hosting/docker#alternative-printer-options for more information.
# chrome:
# image: chromedp/headless-shell:latest
# restart: unless-stopped
# ports:
# - "9222:9222"
chrome:
image: chromedp/headless-shell:latest
restart: unless-stopped
ports:
- "9222:9222"
seaweedfs:
image: chrislusf/seaweedfs:latest