feat: 修改一些软件的配置文件

This commit is contained in:
zhengkunwang223
2023-03-11 12:27:32 +08:00
parent 722dface7b
commit 3a18a5f5c0
14 changed files with 27 additions and 33 deletions
@@ -3,6 +3,7 @@ services:
mongodb:
container_name: ${CONTAINER_NAME}
image: mongo:6.0.4
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}