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 @@ +