From f3c9891f98cd93f987fa9e2346181d7101da0d9a Mon Sep 17 00:00:00 2001 From: Piotr Date: Fri, 21 Jun 2024 23:15:43 +0200 Subject: [PATCH] Update comments --- .../writing-workflows/workflow-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/writing-workflows/workflow-syntax-for-github-actions.md b/content/actions/writing-workflows/workflow-syntax-for-github-actions.md index bf092cf67d3c..d3c77feb77ed 100644 --- a/content/actions/writing-workflows/workflow-syntax-for-github-actions.md +++ b/content/actions/writing-workflows/workflow-syntax-for-github-actions.md @@ -1013,7 +1013,7 @@ services: - 8080:80 redis: image: redis - # Map TCP port 6379 on Docker host to a random free port on the Redis container + # Map random free TCP port on Docker host to port 6379 on redis container ports: - 6379/tcp steps: