From 68a98844d62839a2ba6340b62c1b75287b610b50 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 5 Dec 2015 07:56:32 +0100 Subject: addapting master documentation --- Services/php/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Services/php') diff --git a/Services/php/README.md b/Services/php/README.md index b261b4b..79f3362 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -27,12 +27,12 @@ based on [startx/sv-apache container](https://hub.docker.com/r/startx/sv-apache) ## Running from dockerhub registry -* with `docker` you can run `docker run -it --name="sv-php" startx/sv-php` from any docker host +* with `docker` you can run `docker run -it --name="service-php" startx/sv-php` from any docker host * with `docker-compose` you can create a docker-compose.yml file with the following content ``` service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_TYPE: "service" CONTAINER_SERVICE: "php" @@ -50,7 +50,7 @@ service: ``` service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_INSTANCE: "service-php" ports: @@ -60,7 +60,7 @@ service: ``` service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_INSTANCE: "service-php" expose: @@ -70,12 +70,12 @@ service: ``` data: image: startx/fedora:latest - container_name: "sv-php-data" + container_name: "service-php-data" environment: CONTAINER_INSTANCE: "service-php-data" service: image: startx/sv-php:latest - container_name: "sv-php" + container_name: "service-php" environment: CONTAINER_INSTANCE: "service-php" volume_from: -- cgit v1.2.3