mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +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
|