blob: 18705e20098f1b2aec293d6be5f797e8147afa10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest-fat
restart: unless-stopped
ports:
- "127.0.0.1:9092:8080"
volumes:
- /srv/stirling/config:/configs
environment:
- DOCKER_ENABLE_SECURITY=false
- SECURITY_ENABLE_LOGIN=false
|