From 4bb17b8c05c6e430293217797eef694671ec1e1b Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 15:15:52 +0100 Subject: final change in script lib for OS. Change in apache and php services --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index e8cf6ff..2bf7971 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,10 @@ apache: build: Services/apache/ container_name: "startx-sv-apache" +php: + build: Services/php/ + container_name: "startx-sv-php" + #mariadb: # build: Services/mariadb/ # container_name: "startx-sv-mariadb" @@ -28,10 +32,6 @@ apache: # build: Services/ooconv/ # container_name: "startx-sv-ooconv" -#php: -# build: Services/php/ -# container_name: "startx-sv-php" - #postgres: # build: Services/postgres/ # container_name: "startx-sv-postgres" -- cgit v1.2.1