summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 14:13:04 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 14:13:04 +0100
commit18a451ed0758a4f9736fd4ac68d3c51e4ea8d773 (patch)
tree1db11041c2bb05c4a50037d17b58e7024e0ee289 /docker-compose.yml
parent060ad50936e6e1cf59a3de46cc088a98a5682bea (diff)
downloadphpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.tar.gz
phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.tar.bz2
phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.tar.xz
phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.zip
change in os startup
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml20
1 files changed, 10 insertions, 10 deletions
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/