I successfully installed Discourse on my server, and it’s accessible over ipv6, but not ipv4.
Ideally I’d like it to listen on both 6 and 4. This is what netstat presents.
netstat -tunpl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1098/sshd
tcp6 0 0 :::80 :::* LISTEN 28176/docker-proxy
tcp6 0 0 :::22 :::* LISTEN 1098/sshd
tcp6 0 0 :::443 :::* LISTEN 28164/docker-proxy
udp 0 0 0.0.0.0:68 0.0.0.0:* 990/dhclient
Any help is appreciated.