Open zahraamumtaz opened 1 year ago
I have configured this in my docker-compose.yml file but my redis stats are not loading and the screen is blank. Adding configuration and screenhots for referance.
bull-board: container_name: bullboard image: deadly0/bull-board restart: always ports: - 8000:3000 environment: REDIS_HOST: redis REDIS_PORT: 6379 REDIS_PASSWORD: 96104305cdf1e02badc378cef3f60f23319d1600a6de13f71f120e476061dba3 REDIS_USE_TLS: 'false' BULL_PREFIX: bull depends_on: - redis
I have configured this in my docker-compose.yml file but my redis stats are not loading and the screen is blank. Adding configuration and screenhots for referance.