From 18a451ed0758a4f9736fd4ac68d3c51e4ea8d773 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 14:13:04 +0100 Subject: change in os startup --- docker-compose.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index d97b2e8..0156a71 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,9 +3,9 @@ fedora: container_name: "startx-fedora" command: cat /etc/redhat-release -apache: - build: Services/apache/ - container_name: "startx-sv-apache" +#apache: +# build: Services/apache/ +# container_name: "startx-sv-apache" #mariadb: # build: Services/mariadb/ @@ -19,18 +19,18 @@ apache: # build: Services/mongo/ # container_name: "startx-sv-mongo" -nodejs: - build: Services/nodejs/ - container_name: "startx-sv-nodejs" - command: node /app/app.js +#nodejs: +# build: Services/nodejs/ +# container_name: "startx-sv-nodejs" +# command: node /app/app.js #ooconv: # build: Services/ooconv/ # container_name: "startx-sv-ooconv" -php: - build: Services/php/ - container_name: "startx-sv-php" +#php: +# build: Services/php/ +# container_name: "startx-sv-php" #postgres: # build: Services/postgres/ -- cgit v1.2.1