think this might work, time to begin testing

This commit is contained in:
2020-03-03 04:44:52 -08:00
commit 035af35d33
9 changed files with 151 additions and 0 deletions

19
Makefile Normal file
View File

@@ -0,0 +1,19 @@
default: build
build:
docker build \
--build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" \
-t sneak/logwriter \
.
run:
docker run \
--cap-add SYSLOG \
--restart unless-stopped \
-v /srv/z/logs:/var/logs \
-p 514:514 \
-p 514:514/udp \
-p 20514:20514 \
--name logwriter \
sneak/logwriter