15 lines
230 B
YAML
15 lines
230 B
YAML
services:
|
|
s-pdf:
|
|
container_name: spdf
|
|
image: frooodle/s-pdf
|
|
networks:
|
|
- reverse-proxy
|
|
ports:
|
|
- 8086:8080
|
|
restart: always
|
|
|
|
networks:
|
|
reverse-proxy:
|
|
name: reverse-proxy
|
|
external: true
|