mirror of https://github.com/docker/docs.git
Merge pull request #1630 from ifraixedes/patch-1
Fix yml file in compose alias example
This commit is contained in:
commit
4e9553176f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue