You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2026. It is now read-only.
由于后期搭配redis密码使用的话,能否在sniffer的docker-compose配置中加入redis密码的参数
如
配置文件docker-compose.yml(直接修改此文件即可)
environment:
- REDIS_HOST=127.0.0.1 # 远程redisIP
- REDIS_PORT=16379 # 远程redis端口
- REDIS_PASS=password
- NEBULA_HOST=127.0.0.1 # 远程nebula服务IP
- NEBULA_PORT=9001 # 远程nebulaIP
- DRIVER_INTERFACE=eth0 # 监听网卡
- DRIVER_PORT=80,9001 # 业务服务端口