mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Feat: replaced mariadb:latest to lts in nextcloud
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
db:
|
||||
container_name: nextcloud_db
|
||||
image: mariadb:latest
|
||||
image: mariadb:lts
|
||||
restart: unless-stopped
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user