mirror of https://github.com/docker/docs.git
Fix yml file in compose alias example
This commit is contained in:
parent
0ddf0d781a
commit
e7f6f5ab36
|
@ -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