mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-25 16:01:04 +00:00
Rebuilt-from-PR: #6286 Source-PR: https://github.com/okxlin/appstore/pull/6286 Maintainer-workflow: appstore-pr-maintainer
16 lines
311 B
YAML
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
|