Skip to content

Commit

Permalink
Fixing wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo8098 committed Jul 2, 2022
1 parent 83e5131 commit 90d7554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90d7554

Please sign in to comment.