Skip to content

Commit 56bb45c

Browse files
authored
Merge pull request #7 from pagemachine/readme-dockerfile-links
Link Dockerfiles in README
2 parents 70b11fe + 4ce79f1 commit 56bb45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)