From 2755b0f926aee3de1181c03723805cbade9e63bd Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 13 Mar 2021 23:58:48 +1100 Subject: [PATCH] Updated tutorial setup (markdown) --- tutorial-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-setup.md b/tutorial-setup.md index 5687d97..80a57d2 100644 --- a/tutorial-setup.md +++ b/tutorial-setup.md @@ -51,7 +51,7 @@ Dockerfile startup.sql ``` -docker-compose.yml is used by docker-compose, Dockerfile is used for *this repo* specifically, and startup.sql is invoked by the mariaDB container on startup to generate the empty databases. Let's look at the prompts: +docker-compose.yml is used by docker-compose, Dockerfile is used by docker for *this repo* specifically, and startup.sql is invoked by the mariaDB container on startup to generate the empty databases. Let's look at the prompts: ``` Project Name (template):