From 484363d74f35ee5ac8967fe9659efa477dad1d9f Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Tue, 7 Feb 2017 13:39:16 -0800 Subject: [PATCH] Added source tree, index.php --- CHANGELOG.md | 10 +++++++++- docker-compose.yml | 4 ++-- html/index.php | 1 + src/Sikofitt/Http/Kernel/HttpKernel.php | 0 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 html/index.php create mode 100644 src/Sikofitt/Http/Kernel/HttpKernel.php diff --git a/CHANGELOG.md b/CHANGELOG.md index e123774..0695d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.0.1] - 2017-02-07 ### Added -- Initial commit \ No newline at end of file +- Initial commit + +## [0.0.2] - 2017-02-07 +### Added +- source structure +- html/index.php + +### Changed +- docker-compose.yml, added mysql diff --git a/docker-compose.yml b/docker-compose.yml index 23d4d1f..621669b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - "80:80" volumes: - ./:/var/www - - ./public:/var/www/html + - ./html:/var/www/html - ./conf.d:/etc/nginx/conf.d links: - php @@ -17,7 +17,7 @@ services: build: ./docker/php volumes: - ./:/var/www - - ./public:/var/www/html + - ./html:/var/www/html restart: always mysql: image: mysql:5.7 diff --git a/html/index.php b/html/index.php new file mode 100644 index 0000000..c4837a3 --- /dev/null +++ b/html/index.php @@ -0,0 +1 @@ +