From 4efab2b046de96bca02d7e2a46f5ebf19d7a1beb Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 20 Apr 2016 19:42:17 +0200 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d2bf822..10b6cd7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ it will automatically detect the differences in there and load-up the new config **docker-compose.yml** file example ``` version '2' + +networks: + backend: {} + frontend: {} + services: nginx: image: andrey01/nginx