1. Pull Image
docker pull alam00000/bentopdf:latest
2. 1-Click Launch Command
docker run -d --name bentopdf -p 8080:8080 --restart always alam00000/bentopdf:latest
3. Compose Deployment
docker compose up -d
services:
bentopdf:
build:
context: .
dockerfile: Dockerfile
args:
SIMPLE_MODE: false # false for default mode, true for simple mode
container_name: bentopdf
ports:
- '8080:8080'
restart: unless-stopped
# For IPv4-only environments
#environment:
# - DISABLE_IPV6=true
Container Topology & Configured Services
bentopdf
Ports: 8080:8080