You've already forked wc-bootstrap
20 lines
421 B
Plaintext
20 lines
421 B
Plaintext
|
|
# Database
|
||
|
|
MYSQL_ROOT_PASSWORD=rootpass
|
||
|
|
MYSQL_DATABASE=wordpress
|
||
|
|
MYSQL_USER=wordpress
|
||
|
|
MYSQL_PASSWORD=wordpress
|
||
|
|
|
||
|
|
# WordPress
|
||
|
|
WP_PORT=8080
|
||
|
|
|
||
|
|
# Auto-setup (runs on first boot, set to 0 to disable)
|
||
|
|
WP_AUTO_SETUP=1
|
||
|
|
WP_URL=http://localhost:8080
|
||
|
|
WP_TITLE=WC Bootstrap Dev
|
||
|
|
WP_ADMIN_USER=admin
|
||
|
|
WP_ADMIN_PASSWORD=admin
|
||
|
|
WP_ADMIN_EMAIL=admin@example.com
|
||
|
|
|
||
|
|
# Build args (used during `docker compose build`)
|
||
|
|
# WOOCOMMERCE_VERSION=latest
|