Rodrigo
Rodrigo

Reputation: 391

Add token to SysLog on Docker Compose

I have this docker-compose.yaml

services:
  app:
    logging:
      driver: syslog
      options:
        syslog-address: "udp://logs3.papertrailapp.com..."
        tag: "{{.Name}}/{{.ID}}"

It works.

Papertrail also supports an extra security using token.

How to add it to docker compose?

Upvotes: 0

Views: 24

Answers (0)

Related Questions