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