From 62111a2a475be382ae053f8a1e9ec6bece8534e1 Mon Sep 17 00:00:00 2001 From: "Alvaro [Andor]" Date: Fri, 24 Mar 2017 14:22:13 +0100 Subject: [PATCH] Update instructions with network creation To run docker-compose on this project for first time, creation of its two networks its necessary. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15f2cfb..e80a8dc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Make sure you have [docker-compose](http://docs.docker.com/compose/install/) ins ```bash git clone https://github.com/indiehosters/piwik.git cd piwik +docker network create lb_web +docker network create back MYSQL_ROOT_PASSWORD=mystrongpassword docker-compose up ```