Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit a506519

Browse files
authored
Merge pull request #229 from jdeathe/issue/216
CLOSES #216: Adds updates to README ready for new screenshots from 2.2.1
2 parents 4bc3c55 + beee6fc commit a506519

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Summary of release changes.
77
### 1.13.1 - Unreleased
88

99
- Updates php-hello-world to [0.13.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.13.0).
10+
- Updates screenshots in README.
1011
- Adds setting PHP `date.timezone` to `PHP_OPTIONS_DATE_TIMEZONE` into service configuration; removes dependency on app package configuration.
1112
- Adds session PHP settings into service configuration; removes dependency on app package configuration.
1213
- Removes dependency on `jdeathe/centos-ssh-apache-php`; source from `jdeathe/centos-ssh`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ docker run -d \
3030

3131
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.
3232

33-
![PHP "Hello, world!" - Chrome screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-7/images/php-hello-world-chrome-fcgi.png)
33+
![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)
3434

3535
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.
3636

@@ -41,7 +41,7 @@ $ docker exec -it apache-php.1 \
4141
elinks http://app-1.local
4242
```
4343

44-
![PHP "Hello, world!" - eLinks screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-7/images/php-hello-world-elinks-fcgi.png)
44+
![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)
4545

4646
Verify the named container's process status and health.
4747

192 KB
Loading
162 KB
Loading

0 commit comments

Comments
 (0)