We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f7ffd commit cb2b587Copy full SHA for cb2b587
Dockerfile-wordpress
@@ -1,6 +1,2 @@
1
-FROM wordpress:php8.3-fpm-alpine
2
-
3
-RUN apk add --no-cache $PHPIZE_DEPS linux-headers \
4
- && pecl install xdebug \
5
- && docker-php-ext-enable xdebug \
6
- && apk del $PHPIZE_DEPS linux-headers
+FROM wordpress:6.8-php8.4-fpm
+RUN pecl install xdebug-3.4.5 && docker-php-ext-enable xdebug
docker-compose.yml
@@ -34,7 +34,7 @@ services:
34
- db
35
36
wordpress-chmod:
37
- image: wordpress:5-php7.4-fpm
+ image: wordpress:6.8-php8.4-fpm
38
restart: on-failure
39
depends_on:
40
- wordpress
0 commit comments