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:
|
worker:
|
||||||
build: ./worker
|
build: ./worker
|
||||||
networks:
|
networks:
|
||||||
- legacy
|
- legacy
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql
|
image: mysql
|
||||||
|
|
Loading…
Reference in New Issue