Files
homelab/bentopdf/docker-compose.yml
T
2026-06-06 11:48:57 +01:00

9 lines
156 B
YAML

name: bentopdf
services:
app:
image: bentopdf/bentopdf:latest
container_name: bentopdf
ports:
- "9830:8080"
restart: unless-stopped