Skip to content

Commit a0fd39c

Browse files
committed
update to work with latest main
1 parent 9c62ee2 commit a0fd39c

File tree

7 files changed

+48
-58
lines changed

7 files changed

+48
-58
lines changed

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ services:
8282
ports:
8383
- '3200:3200'
8484
extra_hosts:
85+
- 'host.docker.internal:host-gateway'
8586
- 'localhost:host-gateway'
8687
depends_on:
8788
redis:
@@ -110,6 +111,7 @@ services:
110111
ports:
111112
- '3000:3000'
112113
extra_hosts:
114+
- 'host.docker.internal:host-gateway'
113115
- 'localhost:host-gateway'
114116
develop:
115117
watch:

0 commit comments

Comments
 (0)