mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
10 lines
176 B
YAML
10 lines
176 B
YAML
rsyslog:
|
|
image: vimagick/rsyslog
|
|
ports:
|
|
- "514:514/tcp"
|
|
- "514:514/udp"
|
|
volumes:
|
|
- ./rsyslogd.conf:/etc/rsyslogd.conf
|
|
- ./data:/var/log
|
|
restart: always
|