1
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 value: postgres
- label: MySQL - label: MySQL
value: mysql value: mysql
- label: MariaDB
value: mariadb
- default: cloudreve - default: cloudreve
envKey: PANEL_DB_NAME envKey: PANEL_DB_NAME
labelEn: Database labelEn: Database

View File

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