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:
parent
fb97954286
commit
b888ed0dd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user