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
This commit is contained in:
olli 2024-02-21 11:19:01 +01:00
parent fb97954286
commit b888ed0dd5

View File

@ -121,7 +121,7 @@
working_dir: /var/www/html working_dir: /var/www/html
wordpress.{{inventory_hostname}}--db: wordpress.{{inventory_hostname}}--db:
image: mariadb:latest image: mariadb:lts
cap_add: cap_add:
- SYS_NICE - SYS_NICE
restart: unless-stopped restart: unless-stopped