Use lts mariadb fpr 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
0dfd44a490
commit
2ab273fd57
@ -191,7 +191,7 @@
|
||||
- traefik.http.routers.nextcloud-{{ ansible_facts['hostname'] }}.middlewares=secHeaders@file,nextcloud-{{ ansible_facts['hostname'] }}-dav
|
||||
|
||||
nextcloud.{{inventory_hostname}}--db:
|
||||
image: mariadb:latest
|
||||
image: mariadb:lts
|
||||
cap_add:
|
||||
- SYS_NICE
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user