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

A Dockerfile that installs the latest wordpress, nginx and php-fpm.

Results 25 docker-wordpress-nginx issues
Sort by recently updated
recently updated
newest added

I'm running into a problem that occurs both when using the Docker Hub image and building the image myself (using the latest revision at this time: acdab6f7e569ef2c57fdba929be877cd2a115b22). I've tested this...

Hi, is it possible to add PHP Mcrypt module onto the docker? I'm looking for an idea on how to achieve that, not a correction. cheers

The [main `Dockerfile`](https://github.com/eugeneware/docker-wordpress-nginx/blob/acdab6f7e569ef2c57fdba929be877cd2a115b22/Dockerfile#L8) has a minor typo: > `# Let the conatiner know that there is no tty`

If I have a volume mounted with an existing WP project (that contains a wp-config.php file). The start.sh file does not generate or output a MySQL user or password. Additionally,...

I'm trying to run this container with the "best practices" of https://github.com/docker/docker-bench-security, and this script shows me that docker-wordpress-nginx is running as root. So if someone could hijack the wordpress,...

``` RUN sed -i -e"s/keepalive_timeout 2/keepalive_timeout 2;\n\tclient_max_body_size 100m/" /etc/nginx/nginx.conf ``` It seems that you missing a semicolon after "100m".

when wordpress tries to use the php mail function the mail is not sent because there is not any SMTP server on the container. How would you suggest to handle...

Sorry I am new to this and I am just wondering if there is a way to map the WordPress folder to the one that is on the docker? Also...

404 when open blog post. See here http://i.imgur.com/jnqMum9.png