extra config file
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-07-07 17:48:46 +02:00
parent e6977298f4
commit 5069b7fc29
3 changed files with 12 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ Variable | Default | Description
TARGET_PORT | 514 | target server syslog port
DEBUG | 0 | if != 0, every received log line is shown on stdout
## extra config files
You can add some custom config file, by mounting the `/extraconfig` directory. Any file ending in `.conf` placed here will be added to rsyslog configuration.
## run
```bash