Skip to content

Commit 0608776

Browse files
committed
Update according to comments
1 parent dddd7a1 commit 0608776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/user-service/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USER=EMAIL_ADDRESS
2929
PASS=PASSWORD
3030

3131
# Redis configuration
32-
REDIS_URI=redis://redis:6379 # Uncomment if you're running the user service with docker
32+
REDIS_URI=redis://redis:6379 # Uncomment if you're running the user service using docker compose
3333
# REDIS_URI=redis://localhost:6379 # Uncomment if you're running the user service individually without docker
3434

3535
# Test

backend/user-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
3. Enter `host.internal.docker` as the Host.
4444

45-
## Running User Service without Docker
45+
## Running User Service Individually
4646

4747
1. Set up and run Redis using `docker compose run --rm --name redis -p 6379:6379 redis`.
4848

0 commit comments

Comments
 (0)