Update php Docker tag to v8
This commit is contained in:
parent
8b380e0623
commit
6766167fd9
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user