docker-wordpress icon indicating copy to clipboard operation
docker-wordpress copied to clipboard

WordPress container with Nginx 1.20 & PHP-FPM 8.3 based on Alpine Linux

Results 5 docker-wordpress issues
Sort by recently updated
recently updated
newest added

Hello, Trying to understand why set WP_CONTENT_DIR outside ABSPATH, because it is not working well, the file uploads keeps sending files to /usr/src/wordpress/w-content not /var/www/wp-content

Hi Tim, Sorry in advance, i'm quite new at docker stuff. I wuld like to know what's the best way to import an existing wordpress with your docker hub. Modify...

Hello, I recently used this image and my wordpress site is running locally and quick! Now, I wanted to add xdebug support and be able to do step by step...

Bumps the docker-updates group with 1 update: alpine. Updates `alpine` from 3.21 to 3.22 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.21&new-version=3.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies
docker

php cli is still linked to php83 although wordpress is using php84 ``` 1a377be75300:/var/www/wp-content# ls -l /usr/bin/php* lrwxrwxrwx 1 root root 14 Apr 24 06:40 /usr/bin/php -> /usr/bin/php83 -rwxr-xr-x 1...