mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
9 lines
134 B
YAML
9 lines
134 B
YAML
rsyslog:
|
|
image: vimagick/rsyslog
|
|
ports:
|
|
- "514:514/tcp"
|
|
- "514:514/udp"
|
|
volumes:
|
|
- ./log:/var/log
|
|
restart: always
|