Update ELK Stack container files

This commit is contained in:
Christian Adams
2020-03-18 18:27:04 -04:00
parent c4e697879d
commit 9a38971d47
3 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ done by getting via bash in the running Docker machine. Example:
```bash
docker-machine ssh default sudo sysctl -w vm.max_map_count=262144
```
> Note: If you are running docker natively on linux, you need only run `sysctl -w vm.max_map_count=262144`
After this, the containers can be started up with commands like:

View File

@@ -1,7 +1,7 @@
---
version: '2'
services:
# Primary Tower Development Container
tower:
# Primary AWX Development Container
awx:
links:
- logstash