mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
feat: bentopdf service docker compose
This commit is contained in:
parent
006d87b4c5
commit
9c6c200edd
1 changed files with 6 additions and 0 deletions
6
bentopdf/docker-compose.yml
Normal file
6
bentopdf/docker-compose.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
bentopdf:
|
||||
image: bentopdfteam/bentopdf:latest
|
||||
container_name: bentopdf
|
||||
restart: unless-stopped
|
||||
ports: ["3000:8080"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue