From 90d7554fef4919e5e70dead7482f533a1daaac54 Mon Sep 17 00:00:00 2001 From: Jim Speir Date: Sat, 2 Jul 2022 21:40:12 +0100 Subject: [PATCH] Fixing wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de8750..f0ec1aa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Dockerfiles in php and webserver create minimal images with apache, configur If you migrate your database put your databasedump in ./db/initdb/ before the first time you run docker-compose up -d. Adjustments to the database, like migration to another URL have to be done by you either in advance in the dump or via SQL using the mysql client. -Some of the work here is derived [from the excellent work of Paul Lebmann](https://github.com/PaulLebmann/docker-gibbonedu). The view here is to somewhat cut the fat of his work to make it less opinionated. The hope is that through simplicity it is easier to work with later. +Some of the work here is derived [from the excellent work of Paul Lebmann](https://github.com/PaulLebmann/docker-gibbonedu). The view here is to somewhat cut the fat of his work to make it less opinionated. Through simplicity, I hope it is easier to work with and customize for your needs. # Setup Depending on your school's size, the setup might vary somewhat.