Commit e2267457 authored by Simon's avatar Simon

release 1.12.0

parent 4a884549
......@@ -2,7 +2,7 @@ PROJECT=biuro-www
IMAGE_NGINX=fholzer/nginx-brotli
IMAGE_MYSQL=mariadb:10.3
IMAGE_WORDPRESS=biuro/web:1.11.1
IMAGE_WORDPRESS=biuro/web:1.12.0
IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=www_biuro
......
......@@ -95,19 +95,12 @@ services:
- './wp-init.sh:/usr/local/bin/wp-init.sh'
command: >
/bin/sh -c '
sleep 45;
sleep 25;
echo "WP CLI init";
wp core update --force;
wp core update-db --network;
wp plugin update akismet --version=4.1.2;
wp plugin uninstall hello;
wp theme delete twentynineteen
wp theme delete twentyseventeen
wp theme delete twentysixteen
wp language core update;
wp language theme update --all;
wp language plugin update --all;
......
......@@ -170,7 +170,7 @@ http {
# server{} configuration files should be placed in the conf.d folder.
# The configurations should be disabled by prefixing files with a dot.
include h5bp/ssl/ocsp_stapling.conf;
# include h5bp/ssl/ocsp_stapling.conf;
# include h5bp/ssl/policy_modern.conf;
# include h5bp/ssl/policy_deprecated.conf;
include h5bp/ssl/policy_intermediate.conf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment