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

Commit 9ef5197

Browse files
authored
Merge pull request #113 from jdeathe/centos-6-develop
Adds correct file name for screenshot images.
2 parents e3b2936 + 6750f27 commit 9ef5197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

4444
Now point your browser to `http://{docker-host}:8080` where `{docker-host}` is the host name of your docker server and, if all went well, you should see the "Hello, world!" page.
4545

46-
![PHP "Hello, world!" - Chrome screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/php-hello-world-php-chrome-fcgi.png)
46+
![PHP "Hello, world!" - Chrome screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/php-hello-world-chrome-fcgi.png)
4747

4848
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. Note that because you are using the browser from the container you access the site over port 80.
4949

@@ -52,7 +52,7 @@ $ docker exec -it apache-php.pool-1.1.1 \
5252
elinks http://app-1.local
5353
```
5454

55-
![PHP "Hello, world!" - eLinks screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/php-hello-world-php-elinks-fcgi.png)
55+
![PHP "Hello, world!" - eLinks screenshot](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/php-hello-world-elinks-fcgi.png)
5656

5757
To verify the container is initialised and running successfully by inspecting the container's logs.
5858

0 commit comments

Comments
 (0)