We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4e283 commit ccdbd20Copy full SHA for ccdbd20
templates/symfony-6/docker-compose.server.yml
@@ -8,7 +8,7 @@ networks:
8
9
services:
10
phpfpm:
11
- image: itkdev/php8.3-fpm:alpine
+ image: itkdev/php8.4-fpm:alpine
12
restart: unless-stopped
13
networks:
14
- app
templates/symfony-6/docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
#- ENCRYPT=1 # Uncomment to enable database encryption.
28
29
30
- image: itkdev/php8.3-fpm:latest
+ image: itkdev/php8.4-fpm:latest
31
user: ${COMPOSE_USER:-deploy}
32
33
0 commit comments