improve code sample (traefik configuration)
fixed yaml format (code sample traefik configuration)
This commit is contained in:
committed by
GitHub
parent
032266a76a
commit
2f97bc488f
@@ -469,9 +469,9 @@ We allow users to pass additional docker options to the trafik container like
|
|||||||
traefik:
|
traefik:
|
||||||
options:
|
options:
|
||||||
publish:
|
publish:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/example.json:/tmp/example.json
|
- /tmp/example.json:/tmp/example.json
|
||||||
memory: 512m
|
memory: 512m
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user