mirror of
https://github.com/casjaysdevdocker/wordpress
synced 2025-01-18 00:34:26 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
c2390d8bda
commit
2ba753c931
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
DB_DIR="${DB_DIR:-/data/mysql/db}"
|
||||
DB_HOST="${DB_HOST:-localhost}"
|
||||
DB_NAME="${DB_NAME:-wordpress}"
|
||||
DB_USER="${DB_USER:-root}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user