Skip to content

Commit

Permalink
alpine-v6.3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shesselink81 committed Aug 26, 2023
1 parent 9f2a3b3 commit 7282a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ volumes:
wp-data:
services:
wordpress:
image: quay.io/shesselink81/wordpress-nginx:alpine-dev
image: quay.io/shesselink81/wordpress-nginx:alpine-v6.3.0.6
environment:
VIRTUAL_HOST: dev.hessel.cloud
DB_NAME: wordpressdb
Expand Down
2 changes: 1 addition & 1 deletion run-pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p /usr/html
ln -s /usr/html /opt/bitnami/wordpress
cd /usr/html
wp-cli core download --locale=en_GB
wp-cli config create --dbname=$DB_NAME --dbuser=$DB_USER --dbpass=$DB_PASS --dbhost=$DB_HOST --locale=en_GB
wp-cli config create --dbname=$DB_NAME --dbuser=$DB_USER --dbpass=$DB_PASS --dbhost=$DB_HOST --skip-check --locale=en_GB
wp-cli core install --url=$VIRTUAL_HOST --title=Example --admin_user=$WORDPRESS_USER --admin_password=$WORDPRESS_PASSWORD --admin_email=$WORDPRESS_EMAIL
wp-cli plugin install https://updraftplus.com/wp-content/uploads/updraftplus.zip
wp-cli plugin install w3-total-cache
Expand Down

0 comments on commit 7282a9e

Please sign in to comment.