Skip to content

Commit 9a524aa

Browse files
author
Joel Christner
committed
Config file and logs directory for docker
1 parent 8ab9293 commit 9a524aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Build/compile and run the binary.
1919

2020
## Running in Docker
2121

22-
Refer to the `docker` directory. A build called `jchristn/syslogserver` has been stored on [Docker Hub](https://hub.docker.com/r/jchristn/syslogserver).
22+
Refer to the `docker` directory. A build called `jchristn/syslogserver` has been stored on [Docker Hub](https://hub.docker.com/r/jchristn/syslogserver). Refer to the `docker` directory for sample deployment.

docker/syslog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"UdpPort": 514,
3+
"DisplayTimestamps": false,
4+
"LogFileDirectory": "./logs/",
5+
"LogFilename": "log.txt",
6+
"LogWriterIntervalSec": 10
7+
}

0 commit comments

Comments
 (0)