Nginx log location change

This commit is contained in:
Marwolf
2018-07-27 12:24:41 -04:00
parent e3a98cdcf6
commit 76b15f6e00

View File

@@ -20,6 +20,6 @@ services:
- "1514:1514" #Network Input (not used by default) typically used to collect syslog TCP data - "1514:1514" #Network Input (not used by default) typically used to collect syslog TCP data
volumes: volumes:
- "../:/home/Docker-Home" - "../:/home/Docker-Home"
- "../etc/nginx/logs:/home/nginx-logs" - "../etc/logs/nginx:/home/nginx-logs"
- "./opt-splunk-etc:/opt/splunk/etc" - "./opt-splunk-etc:/opt/splunk/etc"
- "./opt-splunk-var:/opt/splunk/var" - "./opt-splunk-var:/opt/splunk/var"