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 ```