Update php Docker tag to v7.4

This commit is contained in:
Renovate Bot 2024-11-14 05:01:36 +00:00
parent d16fd7825a
commit 49227714a3
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.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:7.4-apache
volumes: volumes:
- ./apache:/var/www/html - ./apache:/var/www/html
ports: ports:
@ -427,7 +427,7 @@ services:
networks: networks:
- backend - backend
apache2: apache2:
image: php:7.2-apache image: php:7.4-apache
volumes: volumes:
- ./apache:/var/www/html - ./apache:/var/www/html
ports: ports:

View File

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