mirror of https://github.com/docker/docs.git
Fix broken link to docker-compose.yml
This commit is contained in:
parent
40811a5c15
commit
81a9496d23
|
@ -306,7 +306,7 @@ the containers at once. This extra credit
|
|||
service in the file file. This application relies on a volume and a network,
|
||||
declare those at the bottom of the file.
|
||||
|
||||
3. Check your work against <a href="../docker-compose.yml" target="_blank">this
|
||||
3. Check your work against <a href="docker-compose.yml" target="_blank">this
|
||||
result file</a>
|
||||
|
||||
4. When you are satisfied, save the `docker-compose.yml` file to your system.
|
||||
|
|
Loading…
Reference in New Issue