From 1e337ae596dfc08aee11f524e297a4b24bf53b15 Mon Sep 17 00:00:00 2001 From: dror-g Date: Wed, 22 Oct 2014 14:55:28 +0300 Subject: [PATCH] Update content.md --- php-zendserver/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-zendserver/content.md b/php-zendserver/content.md index 72e5ed3fd..75c0402b2 100644 --- a/php-zendserver/content.md +++ b/php-zendserver/content.md @@ -11,7 +11,7 @@ Zend Server is shared on [Docker-Hub] as **php-zendserver**. $ docker run php-zendserver -- You can specify the PHP and Zend Server version by adding ':' or ':<ZS-version>-php<version>' to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7 +- You can specify the PHP and Zend Server version by adding ':$lt;php-version>' or ':<ZS-version>-php<version>' to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7 (for example: php-zendserver:7.0-php5.4). - To start a Zend Server cluster, execute the following command for each cluster node: