try different hostname?
This commit is contained in:
parent
c068ed9200
commit
cfefdb8ded
|
@ -23,7 +23,8 @@ export async function start(): Promise<void> {
|
|||
.start()
|
||||
|
||||
const port = container.getMappedPort(9000)
|
||||
env._set("MINIO_URL", `http://0.0.0.0:${port}`)
|
||||
|
||||
env._set("MINIO_URL", `http://127.0.0.1:${port}`)
|
||||
}
|
||||
|
||||
export async function stop() {
|
||||
|
|
Loading…
Reference in New Issue