Skip to content

Commit 9f2cea9

Browse files
Updated docker forwarding port to 4001.
1 parent e0ab71a commit 9f2cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
# Override application Redis servers config to use redis container
4040
REDIS_SERVERS: '{"AUTH":{"host":"redis","port":6379,"password":"","tls":false},"CACHE":{"host":"redis","port":6379,"password":"","tls":false}}'
4141
ports:
42-
- "4000:4000"
42+
- "4000:4001"
4343
depends_on:
4444
- db
4545
- redis

0 commit comments

Comments
 (0)