fix: 调整配置

This commit is contained in:
fuzhongyun 2025-12-31 17:10:27 +08:00
parent 782ab77603
commit bcfdeade46
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ docker run -itd \
-e "MODE=${MODE}" \
-p 8090:8090 \
-v ./cache:/app/cache \
-v ./tmpl:/app/tmpl \
"${CONTAINER_NAME}" ./server --config "./${CONFIG_FILE}" --bot "${BOT}"
docker logs -f ${CONTAINER_NAME}