1
0
Fork 0

core: add mariadb for cloudreve (#4210)

This commit is contained in:
CityFun 2025-06-24 10:10:45 +08:00 committed by GitHub
parent 04d3548f28
commit 1a5ad5b1a0
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ additionalProperties:
value: postgres
- label: MySQL
value: mysql
- label: MariaDB
value: mariadb
- default: cloudreve
envKey: PANEL_DB_NAME
labelEn: Database

View File

@ -1,6 +1,6 @@
services:
cloudreve:
image: cloudreve/cloudreve:4.0.0
image: cloudreve/cloudreve:4.1.0
container_name: ${CONTAINER_NAME}
restart: always
ports: