Merge pull request #169 from ncreuschling/patch-1

improve code sample (traefik configuration)
This commit is contained in:
David Heinemeier Hansson
2023-04-05 16:31:10 +02:00
committed by GitHub

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
```