improve code sample (traefik configuration)

fixed yaml format (code sample traefik configuration)
This commit is contained in:
Nicolai Reuschling
2023-03-31 11:50:43 +02:00
committed by GitHub
parent 032266a76a
commit 2f97bc488f

View File

@@ -469,9 +469,9 @@ We allow users to pass additional docker options to the trafik container like
traefik:
options:
publish:
- 8080:8080
- 8080:8080
volumes:
- /tmp/example.json:/tmp/example.json
- /tmp/example.json:/tmp/example.json
memory: 512m
```