Skip to content

Commit 91ebac4

Browse files
committed
fix(): fix dockercompose latest specification link
docker compose versions were migrated to docker compose specification Signed-off-by: dancer1325 <[email protected]>
1 parent fd22c30 commit 91ebac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-deployment/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
- "5601:5601"
8383
```
8484

85-
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`.
85+
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`.
8686

8787
## Step 1: Create Fluentd Image with your Config + Plugin
8888

0 commit comments

Comments
 (0)