We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863ea4f commit b46fb57Copy full SHA for b46fb57
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
networks:
15
- net
16
phpfpm:
17
- image: koromerzhin/php:8.2.9-fpm
+ image: koromerzhin/php:8.4.1-fpm
18
command: sh -c "composer install && php-fpm"
19
volumes:
20
- ${PWD}/apps:/var/www/:delegated
0 commit comments