2025-10-12 18:23:13 +05:30
|
|
|
services:
|
|
|
|
|
bentopdf:
|
2026-01-26 13:34:50 +05:30
|
|
|
# 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-simple:latest
|
2025-10-12 18:23:13 +05:30
|
|
|
container_name: bentopdf
|
2025-10-17 11:37:32 +05:30
|
|
|
restart: unless-stopped
|
2025-10-17 21:27:25 +05:30
|
|
|
ports:
|
2025-10-25 00:53:18 -07:00
|
|
|
- '8080:8080'
|
2026-01-02 23:33:26 +01:00
|
|
|
# For IPv4-only environments
|
|
|
|
|
#environment:
|
|
|
|
|
# - DISABLE_IPV6=true
|