Downgrade to PHP7.4
This commit is contained in:
parent
591cff12c1
commit
b3b2f7abf0
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user