From 5646f6cc64a78120452818797da4937335060176 Mon Sep 17 00:00:00 2001 From: xiaohui Date: Sun, 7 May 2023 23:58:38 +0800 Subject: [PATCH] fix readme bug on traefik volumes option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3061dadb..31911a46 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ traefik: options: publish: - 8080:8080 - volumes: + volume: - /tmp/example.json:/tmp/example.json memory: 512m ```