Skip to content

Commit e35f5a0

Browse files
Updated docker forwarding port to 4001.
1 parent 39c4fc1 commit e35f5a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)