diff --git a/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh b/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh index 7824412..61438b7 100644 --- a/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh +++ b/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh @@ -23,5 +23,5 @@ if which wp && ! wp core is-installed; then fi if test "$(wp theme list --format=count)" = "0"; then - wp theme install ${WORDPRESS_DEFAULT_THEME:-twentytwentysix} --force --activate; + wp theme install ${WORDPRESS_DEFAULT_THEME:-twentytwentyfive} --force --activate; fi \ No newline at end of file