Fix yml file in compose alias example

This commit is contained in:
Ivan Fraixedes 2017-02-13 16:21:37 +01:00 committed by GitHub
parent 0ddf0d781a
commit e7f6f5ab36
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