1
0
Fork 0

core: remove mariadb for cloudreve (#4211)

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

View File

@ -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

View File

@ -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: