Skip to content

Commit

Permalink
log too
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangiuca committed Apr 12, 2023
1 parent 85b72e5 commit 7ad9385
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

version: '3.9'
x-default-logging: &logging
driver: "json-file"
driver: fluentd
options:
max-size: "5m"
max-file: "2"
fluentd-address: 0.0.0.0:24224
fluentd-async-connect: "true"
tag: docker.{{.ID}}

networks:
default:
Expand Down

0 comments on commit 7ad9385

Please sign in to comment.