Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
d1d2cbdb47 Update php Docker tag to v7.4 2024-12-13 02:23:40 +00:00

View File

@ -371,7 +371,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:7.4-apache
volumes:
- ./apache:/var/www/html
ports:
@ -388,7 +388,7 @@ services:
networks:
- backend
apache2:
image: php:7.2-apache
image: php:7.4-apache
volumes:
- ./apache:/var/www/html
ports: