From 91ebac4a52bbb4c1c8f9305863b67a7f2c441089 Mon Sep 17 00:00:00 2001 From: dancer1325 Date: Fri, 22 Aug 2025 12:42:23 +0200 Subject: [PATCH] fix(): fix dockercompose latest specification link docker compose versions were migrated to docker compose specification Signed-off-by: dancer1325 --- container-deployment/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-deployment/docker-compose.md b/container-deployment/docker-compose.md index e48ef5a2..fb109a12 100644 --- a/container-deployment/docker-compose.md +++ b/container-deployment/docker-compose.md @@ -82,7 +82,7 @@ services: - "5601:5601" ``` -The `logging` section \(check [Docker Compose documentation](https://docs.docker.com/compose/compose-file/compose-file-v3/#logging)\) of `web` container specifies [Docker Fluentd Logging Driver](https://docs.docker.com/engine/admin/logging/fluentd/) as a default container logging driver. All the logs from the `web` container will automatically be forwarded to `host:port` specified by `fluentd-address`. +The `logging` section \(check [Docker Compose documentation](https://docs.docker.com/reference/compose-file/services/#logging)\) of `web` container specifies [Docker Fluentd Logging Driver](https://docs.docker.com/engine/admin/logging/fluentd/) as a default container logging driver. All the logs from the `web` container will automatically be forwarded to `host:port` specified by `fluentd-address`. ## Step 1: Create Fluentd Image with your Config + Plugin