Skip to content

Commit

Permalink
Merge pull request #116 from koromerzhin/renovate/koromerzhin-phpfpm-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin authored May 24, 2022
2 parents 9dadf24 + 6c9e141 commit 4d4e8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumes:

services:
phpfpmexec:
image: koromerzhin/phpfpm:8.0.15
image: koromerzhin/phpfpm:8.1.6
command: sh -c "composer install"
volumes:
- ${PWD}/apps:/var/www/
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
- "traefik.http.routers.symfony.tls=true"
- "traefik.http.services.symfony.loadbalancer.server.port=80"
phpfpm:
image: koromerzhin/phpfpm:8.0.15
image: koromerzhin/phpfpm:8.1.6
depends_on:
- mariadb
- mercure
Expand Down

0 comments on commit 4d4e8e7

Please sign in to comment.