Downgrade to PHP7.4

This commit is contained in:
3wc 2021-12-08 10:45:46 +02:00
parent 591cff12c1
commit b3b2f7abf0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM wordpress:5.8.2-php8.0-fpm
FROM wordpress:5.8.2-php7.4-fpm
# TODO: use renovate-bot to send pull requests on upstream image updates
COPY --from=composer:2.1 /usr/bin/composer /usr/bin/composer

View File

@ -12,7 +12,7 @@ services:
- ./src:/app:cached
php:
image: "thecoopcloud/wordpress:5.8.2-php8.0-fpm-bedrock"
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
build: .
working_dir: /app
volumes: