Files
appstore/apps/bentopdf/2.8.8/docker-compose.yml
T
okxlin 96b4529983 Update bentopdf app
Rebuilt-from-PR: #6286
Source-PR: https://github.com/okxlin/appstore/pull/6286
Maintainer-workflow: appstore-pr-maintainer
2026-08-31 16:42:39 +08:00

16 lines
311 B
YAML

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