docker-wordpress
docker-wordpress copied to clipboard
WordPress container with Nginx 1.20 & PHP-FPM 8.3 based on Alpine Linux
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 [](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...
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...