Another lap of the Wordpress arms race..
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-05-25 09:28:57 +02:00
parent e5c41fa027
commit 8399631c81
1 changed files with 3 additions and 2 deletions

View File

@ -30,11 +30,12 @@ sub_wp() {
docker run -it \
--volumes-from "$CONTAINER" \
--network "container:$CONTAINER" \
-u xfs:xfs \
-e WORDPRESS_DB_HOST=db \
-e WORDPRESS_DB_USER=wordpress \
-e WORDPRESS_DB_PASSWORD=${DB_PASSWORD} \
-e WORDPRESS_DB_PASSWORD="${DB_PASSWORD}" \
-e WORDPRESS_DB_NAME=wordpress \
-e WORDPRESS_CONFIG_EXTRA=${WORDPRESS_CONFIG_EXTRA} \
-e WORDPRESS_CONFIG_EXTRA="${WORDPRESS_CONFIG_EXTRA}" \
wordpress:cli wp ${abra__args_[*]}
}