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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user