Compare commits

..

2 Commits

Author SHA1 Message Date
ce7f566374 Merge pull request 'Update php Docker tag to v8' (#22) from renovate/php-8.x into main
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 5m29s
Reviewed-on: #22
2025-03-24 07:52:48 -04:00
Renovate Bot
6766167fd9 Update php Docker tag to v8 2025-02-07 11:48:47 +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:8.4-apache
volumes:
- ./apache:/var/www/html
ports:
@ -388,7 +388,7 @@ services:
networks:
- backend
apache2:
image: php:7.2-apache
image: php:8.4-apache
volumes:
- ./apache:/var/www/html
ports: