A docker image to run a simple WordPress site.
Environment variables from the https://roots.io/bedrock/ project:
DB_NAME=wordpress
DB_USER=wordpress
DB_PASSWORD=wordpress
DB_HOST=db
DB_PREFIX=wp_
WP_ENV=development
WP_HOME=http://localhost:8080
WP_SITEURL=${WP_HOME}/wp
# Generate your keys here: https://roots.io/salts.html
AUTH_KEY='generateme'
SECURE_AUTH_KEY='generateme'
LOGGED_IN_KEY='generateme'
NONCE_KEY='generateme'
AUTH_SALT='generateme'
SECURE_AUTH_SALT='generateme'
LOGGED_IN_SALT='generateme'
NONCE_SALT='generateme'
SMTP_HOST=maildev
Additional environment variables from the entrypoint script which initializes the WordPress installation:
WP_ADMIN_USER=admin
WP_ADMIN_PASSWORD=admin
[email protected]
Content type
Image
Digest
Size
63.3 MB
Last updated
almost 8 years ago
docker pull outlandish/cola-simple-wordpress-site