Update php Docker tag to v8

This commit is contained in:
Renovate Bot 2024-11-22 05:01:49 +00:00
parent a64be57ac4
commit 50b36c8688
2 changed files with 4 additions and 4 deletions

View File

@ -410,7 +410,7 @@ services:
- "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000"
- "traefik.http.routers.healthchecks.middlewares=authchain@docker"
apache:
image: php:7.2-apache
image: php:8.4-apache
volumes:
- ./apache:/var/www/html
ports:
@ -427,7 +427,7 @@ services:
networks:
- backend
apache2:
image: php:7.2-apache
image: php:8.4-apache
volumes:
- ./apache:/var/www/html
ports:

View File

@ -410,7 +410,7 @@ services:
- "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000"
- "traefik.http.routers.healthchecks.middlewares=authchain@docker"
apache:
image: php:7.2-apache
image: php:8.4-apache
volumes:
- ./apache:/var/www/html
ports:
@ -427,7 +427,7 @@ services:
networks:
- backend
apache2:
image: php:7.2-apache
image: php:8.4-apache
volumes:
- ./apache:/var/www/html
ports: