Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
a1b368b573 Update php Docker tag to v8 2024-12-13 02:23:46 +00:00

View File

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