mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +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
|