Skip to content

Commit

Permalink
Merge pull request #27 from neilmillard/neilmillard-patch-1
Browse files Browse the repository at this point in the history
update docker-compose to php8
  • Loading branch information
neilmillard authored Sep 3, 2024
2 parents c83a49c + 15a7079 commit 4be3261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ volumes:

services:
slim:
image: php:7-alpine
image: php:8-alpine
working_dir: /var/www
command: php -S 0.0.0.0:8080 -t public
environment:
Expand Down

0 comments on commit 4be3261

Please sign in to comment.