core: add mariadb for cloudreve (#4210)
This commit is contained in:
@@ -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
|
||||||
@@ -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:
|
||||||
Reference in New Issue
Block a user