update README

This commit is contained in:
Andy 2016-04-20 19:42:17 +02:00
parent 31a97d8a20
commit 4efab2b046
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

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