IPFS gateway down

I set up a gateway server using js-ipfs, but it was down. ipfs setting is the below

this.ipfs = await create({
repo: s3Repo,
silent: true,
config: { Addresses: { Gateway: “/ip4/127.0.0.1/tcp/8080” } },
});

What could be the cause of ipfs gateway down?

I am no expert here. But try changing gateway to /ip4/0.0.0.0/tcp/8080