core: remove mariadb for cloudreve (#4211)
This commit is contained in:
parent
1a5ad5b1a0
commit
b3d9041537
|
|
@ -25,8 +25,6 @@ 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.1.0
|
image: cloudreve/cloudreve:4.0.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
Loading…
Reference in New Issue