We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddd7a1 commit 0608776Copy full SHA for 0608776
backend/user-service/.env.sample
@@ -29,7 +29,7 @@ USER=EMAIL_ADDRESS
29
PASS=PASSWORD
30
31
# Redis configuration
32
-REDIS_URI=redis://redis:6379 # Uncomment if you're running the user service with docker
+REDIS_URI=redis://redis:6379 # Uncomment if you're running the user service using docker compose
33
# REDIS_URI=redis://localhost:6379 # Uncomment if you're running the user service individually without docker
34
35
# Test
backend/user-service/README.md
@@ -42,7 +42,7 @@
42
43
3. Enter `host.internal.docker` as the Host.
44
45
-## Running User Service without Docker
+## Running User Service Individually
46
47
1. Set up and run Redis using `docker compose run --rm --name redis -p 6379:6379 redis`.
48
0 commit comments