From 2f97bc488f88ac6b43ef5ed9a3916dab45942a9b Mon Sep 17 00:00:00 2001 From: Nicolai Reuschling Date: Fri, 31 Mar 2023 11:50:43 +0200 Subject: [PATCH] improve code sample (traefik configuration) fixed yaml format (code sample traefik configuration) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0dd43bf..531b2408 100644 --- a/README.md +++ b/README.md @@ -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 ```