WordPress and PHP with Memcached support.
docker pull joshbetz/wordpress
WORDPRESS_DB_NAME
The MySQL database WordPress will use.
WORDPRESS_DB_HOST
The MySQL host.
MYSQL_USER
The MySQL user with access to the given database.
MYSQL_PASSWORD
The MySQL database password.
MYSQL_PASSWORD_FILE
If you have a password stored in a file, for example, as a docker secret.
$ echo "password" | docker secret create mysql_password -
In this case, you'd set MYSQL_PASSWORD_FILE=/run/secrets/mysql_password.
Typically these would be generated by the WordPress.org Salt Generator.
WORDPRESS_AUTH_KEYWORDPRESS_SECURE_AUTH_KEYWORDPRESS_LOGGED_IN_KEYWORDPRESS_NONCE_KEYWORDPRESS_AUTH_SALTWORDPRESS_SECURE_AUTH_SALTWORDPRESS_LOGGED_IN_SALTWORDPRESS_NONCE_SALT