Merge pull request #277 from xiaohui-zhangxh/bugfix/readme

Fix readme bug on traefik volumes option
This commit is contained in:
David Heinemeier Hansson
2023-05-09 12:37:38 +02:00
committed by GitHub

View File

@@ -522,7 +522,7 @@ traefik:
options: options:
publish: publish:
- 8080:8080 - 8080:8080
volumes: volume:
- /tmp/example.json:/tmp/example.json - /tmp/example.json:/tmp/example.json
memory: 512m memory: 512m
``` ```