We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: '3' services: asynqmon: image: hibiken/asynqmon:latest restart: always container_name: asynqmon command: - "-redis-addr=r-rj9wuv8l456kuyru4o1f9i:P4ELLGSa4muqCC11Zr4I@r-rj9wuv8l456kuyru4o1f9i.redis.rds.aliyuncs.com:6379" - "-redis-db=8" ports: - 8090:8080 没有提供用户名的地方。 我的redis 用户名是 r-rj9wuv8l456kuyru4o1f9i 密码是 P4ELLGSa4muqCC11Zr4I 求教
The text was updated successfully, but these errors were encountered:
No branches or pull requests
version: '3'
services:
asynqmon:
image: hibiken/asynqmon:latest
restart: always
container_name: asynqmon
command:
- "-redis-addr=r-rj9wuv8l456kuyru4o1f9i:P4ELLGSa4muqCC11Zr4I@r-rj9wuv8l456kuyru4o1f9i.redis.rds.aliyuncs.com:6379"
- "-redis-db=8"
ports:
- 8090:8080
没有提供用户名的地方。
我的redis 用户名是 r-rj9wuv8l456kuyru4o1f9i
密码是 P4ELLGSa4muqCC11Zr4I
求教
The text was updated successfully, but these errors were encountered: