From 283dbeb33ba85c971e8f02b3ac7420f9245f6e5c Mon Sep 17 00:00:00 2001 From: Bobspadger Date: Wed, 10 Jan 2018 13:20:27 +0000 Subject: [PATCH] Add note about (re)building images (#225) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7858425..12a31c2 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ $ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/ ### Bringing up the stack +**Note**: In case you switched branch or updated a base image - you may need to run `docker-compose build` first + Start the ELK stack using `docker-compose`: ```console