13 lines
245 B
YAML
13 lines
245 B
YAML
services:
|
|
StirlingPdf:
|
|
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf
|
|
container_name: StirlingPdf
|
|
restart: unless-stopped
|
|
networks:
|
|
- lingen
|
|
ports:
|
|
- "8084:8080"
|
|
networks:
|
|
lingen:
|
|
driver: bridge
|