Merge pull request #1630 from ifraixedes/patch-1

Fix yml file in compose alias example
This commit is contained in:
Misty Stanley-Jones 2017-02-13 16:44:07 -08:00 committed by GitHub
commit 4e9553176f
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ In the example below, three services are provided (`web`, `worker`, and `db`), a
worker:
build: ./worker
networks:
- legacy
- legacy
db:
image: mysql