diff --git a/CHANGELOG.md b/CHANGELOG.md index 382c7ed..7d0c8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Summary of release changes. ### 2.2.1 - Unreleased - Updates php-hello-world to [0.13.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.13.0). +- Updates screenshots in README. - Adds setting PHP `date.timezone` to `PHP_OPTIONS_DATE_TIMEZONE` into service configuration; removes dependency on app package configuration. - Adds session PHP settings into service configuration; removes dependency on app package configuration. diff --git a/README.md b/README.md index ad03640..1e227dc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ docker run -d \ Go to `http://{{docker-host}}:8080` using a browser where `{{docker-host}}` is the host name of your docker server and, if all went well, you should see the "Hello, world!" page. -![PHP "Hello, world!" - Chrome screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-7/images/php-hello-world-chrome-fcgi.png) +![PHP "Hello, world!" - Chrome screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-7/images/php-hello-world-chrome-v2.2.1.png) To be able to access the server using the "app-1.local" domain name you need to add a hosts file entry locally; such that the IP address of the Docker host resolves to the name "app-1.local". Alternatively, you can use the `elinks` browser installed in the container. @@ -41,7 +41,7 @@ $ docker exec -it apache-php.1 \ elinks http://app-1.local ``` -![PHP "Hello, world!" - eLinks screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-7/images/php-hello-world-elinks-fcgi.png) +![PHP "Hello, world!" - eLinks screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-7/images/php-hello-world-elinks-v2.2.1.png) Verify the named container's process status and health. diff --git a/images/php-hello-world-chrome-v2.2.1.png b/images/php-hello-world-chrome-v2.2.1.png new file mode 100644 index 0000000..b9d6a56 Binary files /dev/null and b/images/php-hello-world-chrome-v2.2.1.png differ diff --git a/images/php-hello-world-elinks-v2.2.1.png b/images/php-hello-world-elinks-v2.2.1.png new file mode 100644 index 0000000..33e5f9f Binary files /dev/null and b/images/php-hello-world-elinks-v2.2.1.png differ