Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8929997

Browse files
committedJul 22, 2024·
change FPM to php:8.4-rc-fpm-alpine3.20
1 parent 317867b commit 8929997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
phpfpm:
6060
container_name: phpfpm
6161
# image: 'bitnami/php-fpm:8.3.9'
62-
image: '8.4-rc-fpm-alpine3.20'
62+
image: 'php:8.4-rc-fpm-alpine3.20'
6363
volumes:
6464
- ./public:/usr/src/app/public
6565
- ./containers:/usr/src/app/containers

0 commit comments

Comments
 (0)
Please sign in to comment.