XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

fix: use polling for chokidar when running under docker (#3033)

Closes #3031 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3033 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

2eb7f7ed
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -0
Modified docker-compose.yml +2 -0
@@ -15,6 +15,8 @@ services:
15 15 #build: .
16 16 # Works best when using `docker compose up --force-recreate --build`.
17 17
18 environment:
19 - CHOKIDAR_USEPOLLING=true
18 20 depends_on:
19 21 - mongodb
20 22 mongodb: