From ddd9c461f5e7722222e159086d8140bd5c73aea3 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 9 Feb 2018 11:21:55 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Drop=20index.php=20from=20php=20?= =?UTF-8?q?internal=20server=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves #84 where some Docker users are running into issues with the internal PHP server not serving the site properly --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1c2dc659..e77790d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: slim: image: php:7-alpine working_dir: /var/www - command: php -S 0.0.0.0:8080 -t public index.php + command: php -S 0.0.0.0:8080 -t public environment: docker: "true" ports: