Skip to content

Commit 28bc08d

Browse files
authored
Merge pull request #100 from spurin/master
Update docker-compose.yml
2 parents 2000b0b + 2510266 commit 28bc08d

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
@@ -31,7 +31,7 @@ services:
3131
- LARAVEL_ECHO_SERVER_HOST=0.0.0.0
3232
- LARAVEL_ECHO_SERVER_PORT=6001
3333
- ECHO_REDIS_PORT=6379
34-
- ECHO_REDIS_HOST=redis
34+
- ECHO_REDIS_HOSTNAME=redis
3535
- ECHO_PROTOCOL=http
3636
- ECHO_ALLOW_CORS=true
3737
- ECHO_ALLOW_ORIGIN=*

0 commit comments

Comments
 (0)