docker部署docker-compose.yaml中有点问题
r0nn opened this issue · 0 comments
r0nn commented
flyfishdevserver、flyfishserver这两个服务需要增加:
ulimits:
nofile:
soft: 65536
hard: 65536
否则启动时会报 library initialization failed - unable to allocate file descriptor table - out of memory 错误,无法正常启动
flyfishweb服务拼写错误,写成fiyfishweb :D