docs: update compose example

This commit is contained in:
Harrys Kavan
2022-12-08 13:14:05 +01:00
committed by GitHub
parent 227c61f841
commit c6b17b0ee6

View File

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