From 54beb2b872d1a93bad79cdb5441ca61356ae1819 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Sat, 6 Aug 2022 23:50:20 +0200 Subject: [PATCH] update docker file reference --- docs/tutorial/using-docker-compose/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-docker-compose/index.md b/docs/tutorial/using-docker-compose/index.md index d2097db..9f70208 100644 --- a/docs/tutorial/using-docker-compose/index.md +++ b/docs/tutorial/using-docker-compose/index.md @@ -29,7 +29,7 @@ docker-compose version 1. At the root of the app project, create a file named `docker-compose.yml`. 1. In the compose file, we'll start off by defining the schema version. In most cases, it's best to use - the latest supported version. You can look at the [Compose file reference](https://docs.docker.com/compose/compose-file/) + the latest supported version. You can look at the [Compose file reference](https://docs.docker.com/compose/compose-file/compose-file-v3/) for the current schema versions and the compatibility matrix. ```yaml