File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ services:
5555- ` build.context` points to the URL of this GitHub repository, the fragment refers
5656 to a release, `x.y.z` in this case, try to always use the
5757 [latest release](https://github.com/pagemachine/docker-mysql-data/releases).
58- - ` build.dockerfile` is the `mysql.Dockerfile`
58+ - ` build.dockerfile` is the [ `mysql.Dockerfile`](mysql.Dockerfile)
5959- ` build.additional_contexts.data` must be defined and point to a local directory
6060 with `*.sql`, `.sql.gz` or `.sh` files to use for populating the database on build.
6161- ` build.args.MYSQL_IMAGE_VERSION` must be a valid tag of the `mysql` Docker image.
@@ -114,7 +114,7 @@ services:
114114- ` build.context` points to the URL of this GitHub repository, the fragment refers
115115 to a release, `x.y.z` in this case, try to always use the
116116 [latest release](https://github.com/pagemachine/docker-mysql-data/releases).
117- - ` build.dockerfile` is the `mariadb.Dockerfile`
117+ - ` build.dockerfile` is the [ `mariadb.Dockerfile`](mariadb.Dockerfile)
118118- ` build.additional_contexts.data` must be defined and point to a local directory
119119 with `*.sql`, `.sql.gz` or `.sh` files to use for populating the database on build.
120120- ` build.args.MARIADB_IMAGE_VERSION` must be a valid tag of the `mariadb` Docker image.
You can’t perform that action at this time.
0 commit comments