Tim

Results 3 comments of Tim

@daimonkor As a workaround, use your host's Tailscale IP instead of `localhost`, e.g.: `OC_URL: "https://100.x.x.x:9200"` Also, `tailscale serve` can only bind to `localhost` or `127.0.0.1`; other IP addresses are not...

@flimmy thanks for sharing a working example. I guess I messed up with `https://`. For `compose` it's a must; for `.env` - not, which is why I received `config.json` error!...

> use Local IP to site access @daimonkor what do you mean by that? It must be possible to visit `http://localhost:9200`. What I'm really trying to overcome is using **services**...