wangzi1325
wangzi1325
I found the same issue,everything else works fine except the status bar
Here is the log  
I'm sure that the phone's screen was turned on.
adb forward是干嘛的
嗯 ,所以过了两年了,你已经知道你这个问题的答案了,不是么 😆
```yaml services: chroma: image: chromadb/chroma:0.5.3 privileged: true container_name: supersonic_chroma ports: - "8111:8000" volumes: - chroma_data:/chroma networks: - supersonic_network dns: - 114.114.114.114 - 8.8.8.8 - 8.8.4.4 healthcheck: test: [ "CMD", "curl",...
> ```yaml > services: > chroma: > image: chromadb/chroma:0.5.3 > privileged: true > container_name: supersonic_chroma > ports: > - "8111:8000" > volumes: > - chroma_data:/chroma > networks: > - supersonic_network...