11 lines
243 B
YAML
11 lines
243 B
YAML
services:
|
|
stirling-pdf:
|
|
image: stirlingtools/stirling-pdf:latest
|
|
restart: always
|
|
environment:
|
|
- DOCKER_ENABLE_SECURITY=false
|
|
labels:
|
|
tsdproxy.enable: "true"
|
|
tsdproxy.name: "pdf"
|
|
ports:
|
|
- 8080:8080
|