From b888ed0dd5c62840c2ec16b3e9ee848c844f0995 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 21 Feb 2024 11:19:01 +0100 Subject: [PATCH] Use lts mariadb for more stability Use lts mariadb latest gives this error: Aborted connection 193 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.5' (This connection closed normally without authentication) https://github.com/MariaDB/mariadb-docker/issues/560 --- wordpress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.yml b/wordpress.yml index 16a68c6..53fdacf 100644 --- a/wordpress.yml +++ b/wordpress.yml @@ -121,7 +121,7 @@ working_dir: /var/www/html wordpress.{{inventory_hostname}}--db: - image: mariadb:latest + image: mariadb:lts cap_add: - SYS_NICE restart: unless-stopped