generated from adoralaura/template-exporter
9 lines
214 B
YAML
9 lines
214 B
YAML
|
services:
|
||
|
template_exporter:
|
||
|
image: lauralani/template-exporter:latest
|
||
|
restart: always
|
||
|
ports:
|
||
|
- '127.0.0.1:43609:43609'
|
||
|
# Add this to enable debug logging:
|
||
|
# command: --log.level=debug
|