🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-23 23:38:31 -05:00
parent b10c2c4167
commit f60b5e55e5
63 changed files with 437 additions and 384 deletions

15
scripts/rsyslog.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
mkdir -p /var/lib/docker/storage/rsyslog/elastic &&
chmod -Rf 777 /var/lib/docker/storage/rsyslog
docker run -d \
--name rsyslog \
--hostname syslogs \
--restart always \
--privileged \
-p 514:514 \
-p 514:514/udp \
-p 5601:5601 \
-v /etc/localtime:/etc/localtime:ro \
-v /var/lib/docker/storage/rsyslog/elastic:/var/lib/elasticsearch \
registry.casjay.in/latest/rsyslog:latest