diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 20 |
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/ |