Skip to content

Commit f952e45

Browse files
author
Alan Farquharson
committed
Fixed host/port
1 parent 9e7d1a6 commit f952e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.redis-insight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ services:
1010
- VIRTUAL_HOST=$DDEV_HOSTNAME
1111
- HTTP_EXPOSE=5540:5540
1212
- HTTPS_EXPOSE=5541:5540
13-
- RI_REDIS_HOST=6379
14-
- RI_REDIS_PORT=redis
13+
- RI_REDIS_HOST=redis
14+
- RI_REDIS_PORT=6379
1515
- RI_REDIS_PASSWORD=redis
1616
- RI_REDIS_USERNAME=redis
1717
- RI_REDIS_TLS=false

0 commit comments

Comments
 (0)