9 lines
209 B
YAML
9 lines
209 B
YAML
services:
|
|
stirling-pdf:
|
|
image: stirlingtools/stirling-pdf:latest
|
|
container_name: stirling-pdf
|
|
ports:
|
|
- '8181:8080'
|
|
volumes:
|
|
- ./stirling-data:/configs
|
|
restart: unless-stopped
|