Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apache-php-fpm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
php:
image: php:7.3-fpm
image: php:7.4-fpm
volumes:
- ./html:/var/www/html/
- ./php-config/custom.ini:/usr/local/etc/php/conf.d/custom.ini
Expand Down
2 changes: 1 addition & 1 deletion apache-php/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
php:
image: php:7.4.13-apache
image: php:7.4.33-apache
ports:
- 80:3000
volumes:
Expand Down