Añadido BentoPDF

This commit is contained in:
2026-01-30 13:04:27 +01:00
parent a085cad6be
commit 1436f996a6
@@ -0,0 +1,13 @@
services:
bentopdf:
image: ghcr.io/alam00000/bentopdf-simple:latest # Es la imagen sin el branding del autor
# image: bentopdfteam/bentopdf:latest # Alternative: Docker Hub
# image: ghcr.io/alam00000/bentopdf:latest # Es la imagen con el branding del autor
container_name: BentoPDF
ports:
- '3002:8080'
restart: unless-stopped
networks:
default:
name: BentoPDF_NET