Update docker-compose.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
c35d930f21
commit
844307ca63
|
|
@ -2,9 +2,8 @@ services:
|
||||||
openstock:
|
openstock:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
network: host
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "mongodb=127.0.0.1"
|
- "mongodb:host-gateway"
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue