Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Last active January 28, 2021 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eydam-prototyping/e74b276cdb15d24e70595a87c045a7a4 to your computer and use it in GitHub Desktop.
Save eydam-prototyping/e74b276cdb15d24e70595a87c045a7a4 to your computer and use it in GitHub Desktop.
...
telegraf:
...
ports:
- '6514:6514'
...
rsyslog:
image: 'rsyslog'
ports:
- '514:514'
- '514:514/udp'
volumes:
- '/home/pi/docker/rsyslog/rsyslog.conf:/etc/rsyslog.conf'
depends_on:
- 'telegraf'
container_name: 'rsyslog'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment