Update php Docker tag to v7.4
This commit is contained in:
parent
461d812316
commit
038ba427eb
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user