Skip to content

Commit

Permalink
πŸš‘ Drop index.php from php internal server command
Browse files Browse the repository at this point in the history
Resolves #84 where some Docker users are running into issues with the internal PHP server not serving the site properly
  • Loading branch information
svpernova09 committed Feb 9, 2018
1 parent 59ea031 commit ddd9c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -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:
Expand Down

0 comments on commit ddd9c46

Please sign in to comment.