Added PDF editor

This commit is contained in:
Shaun Collins
2026-04-27 10:20:14 +01:00
parent 3eaf4859c6
commit 98c56e3ffc
3 changed files with 19 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
up:
docker-compose up -d
down:
docker-compose down
+12
View File
@@ -0,0 +1,12 @@
services:
StirlingPdf:
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf
container_name: StirlingPdf
restart: unless-stopped
networks:
- lingen
ports:
- "8084:8080"
networks:
lingen:
driver: bridge