discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
385 stars 40 forks source link

Add DB Address & Port Fields to Configuration for compatability #29

Closed Oracuda closed 4 months ago

Oracuda commented 4 months ago

https://github.com/discuitnet/discuit/blob/2831d6ea5ded8c77d6a7be0f07da59bd9f958549/main.go#L386 127.0.0.1 will not map to the host when running in a Docker container, also other situations.

Oracuda commented 4 months ago

Solved in https://github.com/discuitnet/discuit/pull/26

previnder commented 4 months ago

Merged #26.