use port 2514 for syslog

This commit is contained in:
Johannes Zellner
2018-06-04 21:12:55 +02:00
parent ec41e0eef5
commit 1a83281e16
2 changed files with 2 additions and 1 deletions

View File

@@ -183,7 +183,7 @@ function createSubcontainer(app, name, cmd, options, callback) {
Type: 'syslog',
Config: {
'tag': app.id,
'syslog-address': 'udp://127.0.0.1:555',
'syslog-address': 'udp://127.0.0.1:2514', // see apps.js:validatePortBindings()
'syslog-format': 'rfc5424'
}
},