diff --git a/Advanced-Configuration.md b/Advanced-Configuration.md index e99aff7..967f466 100644 --- a/Advanced-Configuration.md +++ b/Advanced-Configuration.md @@ -64,7 +64,7 @@ Monitor which feeds provide the best instance discovery: ```bash # Docker Compose Logs -docker-compose logs gts-holmirdas | \ +docker compose logs gts-holmirdas | \ grep "Successfully looked up" | \ cut -d'/' -f3 | sort | uniq -c | sort -nr