Added Splunk Docker capability, log access
This commit is contained in:
12
Splunk/Makefile
Normal file
12
Splunk/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
start:
|
||||
docker-compose up -d
|
||||
|
||||
stop:
|
||||
@docker-compose down -v
|
||||
|
||||
restart:
|
||||
@docker-compose down -v
|
||||
docker-compose up -d
|
||||
|
||||
logs:
|
||||
@docker-compose logs -f
|
||||
Reference in New Issue
Block a user