Añadido BentoPDF
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user