From 2639f4339259b0c786dd572cd5264c5112c8cddc Mon Sep 17 00:00:00 2001 From: cerberus Date: Tue, 27 Jan 2026 11:40:39 +0100 Subject: [PATCH] add bento pdf --- bento_pdf/compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bento_pdf/compose.yml diff --git a/bento_pdf/compose.yml b/bento_pdf/compose.yml new file mode 100644 index 0000000..7a1216d --- /dev/null +++ b/bento_pdf/compose.yml @@ -0,0 +1,16 @@ +services: + bentopdf: + # GitHub Container Registry (Recommended) + # simple mode - ghcr.io/alam00000/bentopdf-simple:latest + # default mode - ghcr.io/alam00000/bentopdf:latest + # Docker Hub (Alternative) + # simple mode - bentopdfteam/bentopdf-simple:latest + # default mode - bentopdfteam/bentopdf:latest + image: ghcr.io/alam00000/bentopdf:latest + container_name: bentopdf + restart: unless-stopped + ports: + - '8080:8080' + # For IPv4-only environments + #environment: + # - DISABLE_IPV6=true \ No newline at end of file