Files
appstore/apps/bentopdf/latest/docker-compose.yml
T
2026-07-28 00:03:45 +08:00

16 lines
312 B
YAML

services:
bentopdf:
image: "ghcr.io/alam00000/bentopdf-simple:latest"
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true