mirror of
https://github.com/krislamo/graylog_demo
synced 2025-09-08 19:39:29 +00:00
Log all containers and syslogs'
This commit is contained in:
@@ -11,6 +11,12 @@ services:
|
||||
MYSQL_USER: wordpress
|
||||
MYSQL_PASSWORD: Password1
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: '1'
|
||||
logging:
|
||||
driver: "fluentd"
|
||||
options:
|
||||
fluentd-address: "tcp://127.0.0.1:24224"
|
||||
fluentd-async-connect: "true"
|
||||
tag: devel.kris.db
|
||||
|
||||
wordpress:
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user