summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
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"