Add host 0.0.0.0
This commit is contained in:
parent
26eb99d4a7
commit
6915ea70ca
1 changed files with 2 additions and 0 deletions
|
|
@ -17,4 +17,6 @@ services:
|
||||||
- "./components:/app/components"
|
- "./components:/app/components"
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
environment:
|
||||||
|
HOST: 0.0.0.0
|
||||||
command: "npm run dev"
|
command: "npm run dev"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue