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
I try to understand, what environment variables it accepts?
Is this correct:
services:
valkey:
image: valkey/valkey:latest # Replace with the correct image if available on Docker Hub
container_name: valkey
ports:
- '6379:6379' # Map container port 6379 (default Redis port) to host
volumes:
- valkey_data:/data # Mount volume to persist data
environment:
- REDIS_USER=x-user
- REDIS_PASSWORD=x-pass
- REDIS_DB=x-test
networks:
- valkey_network
I keep getting Unhandled error event: ReplyError: WRONGPASS invalid username-password pair or user is disabled.
The text was updated successfully, but these errors were encountered:
Hello.
I try to understand, what environment variables it accepts?
Is this correct:
I keep getting
Unhandled error event: ReplyError: WRONGPASS invalid username-password pair or user is disabled.
The text was updated successfully, but these errors were encountered: