mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
6 lines
144 B
YAML
6 lines
144 B
YAML
services:
|
|
bentopdf:
|
|
image: bentopdfteam/bentopdf:latest
|
|
container_name: bentopdf
|
|
restart: unless-stopped
|
|
ports: ["3000:8080"]
|