mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Update ELK Stack container files
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
# Primary Tower Development Container
|
||||
tower:
|
||||
# Primary AWX Development Container
|
||||
awx:
|
||||
links:
|
||||
- logstash
|
||||
|
||||
Reference in New Issue
Block a user