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:
|
||||
build:
|
||||
context: .
|
||||
network: host
|
||||
extra_hosts:
|
||||
- "mongodb=127.0.0.1"
|
||||
- "mongodb:host-gateway"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Reference in New Issue