From c6b17b0ee6a3d3640aa9db4406885feba02c390f Mon Sep 17 00:00:00 2001 From: Harrys Kavan Date: Thu, 8 Dec 2022 13:14:05 +0100 Subject: [PATCH] docs: update compose example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb989b4..051f041 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,6 @@ services: image: traefik/whoami command: # It tells whoami to start listening on 2001 instead of 80 - - --port 2001 - - --name iamfoo + - --port=2001 + - --name=iamfoo ```