Add host 0.0.0.0

This commit is contained in:
Liyas Thomas
2020-08-24 05:18:02 +05:30
committed by GitHub
parent 26eb99d4a7
commit 6915ea70ca

View File

@@ -17,4 +17,6 @@ services:
- "./components:/app/components"
ports:
- "3000:3000"
environment:
HOST: 0.0.0.0
command: "npm run dev"