Skip to content

Commit 4d4e8e7

Browse files
authored
Merge pull request #116 from koromerzhin/renovate/koromerzhin-phpfpm-8.x
2 parents 9dadf24 + 6c9e141 commit 4d4e8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ volumes:
1414

1515
services:
1616
phpfpmexec:
17-
image: koromerzhin/phpfpm:8.0.15
17+
image: koromerzhin/phpfpm:8.1.6
1818
command: sh -c "composer install"
1919
volumes:
2020
- ${PWD}/apps:/var/www/
@@ -59,7 +59,7 @@ services:
5959
- "traefik.http.routers.symfony.tls=true"
6060
- "traefik.http.services.symfony.loadbalancer.server.port=80"
6161
phpfpm:
62-
image: koromerzhin/phpfpm:8.0.15
62+
image: koromerzhin/phpfpm:8.1.6
6363
depends_on:
6464
- mariadb
6565
- mercure

0 commit comments

Comments
 (0)