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

Commit ab56377

Browse files
committed
Corrected image name in README.
1 parent 30bdef5 commit ab56377

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If enabling and configuring SSH access, it is by public key authentication and,
1515

1616
## Quick Example
1717

18-
Run up a container named ```apache-php.app-1.1.1``` from the docker image ```jdeathe/centos-ssh-apache-php``` on port 8080 of your docker host.
18+
Run up a container named ```apache-php.app-1.1.1``` from the docker image ```jdeathe/centos-ssh-apache-php-fcgi``` on port 8080 of your docker host.
1919

2020
```
2121
$ docker run -d \
@@ -28,7 +28,7 @@ $ docker run -d \
2828
--env APACHE_SERVER_ALIAS=app-1 \
2929
--env DATE_TIMEZONE=UTC \
3030
-v /var/services-data/apache-php/app-1:/var/www/app \
31-
jdeathe/centos-ssh-apache-php:latest
31+
jdeathe/centos-ssh-apache-php-fcgi:latest
3232
```
3333

3434
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.
@@ -80,7 +80,7 @@ $ docker run -d \
8080
--env DATE_TIMEZONE=UTC \
8181
--volumes-from volume-config.apache-php.app-1.1.1 \
8282
-v /var/services-data/apache-php/app-1:/var/www/app \
83-
jdeathe/centos-ssh-apache-php:latest
83+
jdeathe/centos-ssh-apache-php-fcgi:latest
8484
```
8585

8686
Now you can verify it is initialised and running successfully by inspecting the container's logs
@@ -192,7 +192,7 @@ $ docker run -d \
192192
--env DATE_TIMEZONE=UTC \
193193
--volumes-from volume-config.apache-php.app-1.1.1 \
194194
-v /var/services-data/apache-php/app-1:/var/www/app \
195-
jdeathe/centos-ssh-apache-php:latest
195+
jdeathe/centos-ssh-apache-php-fcgi:latest
196196
```
197197

198198
#### services-config/ssl/certs/localhost.crt

0 commit comments

Comments
 (0)