Forem Creators and Builders 🌱

Discussion on: Podman: Difficulty installing Forem on Ubuntu 18.04 TLS

 
jdoss profile image
Joe Doss

I allocate 50GB in my test environments which should be fine. If you are running Forem as a non root user (which is recommended) you will want to do this:

sudo sh -c "echo 0 > /proc/sys/net/ipv4/ip_unprivileged_port_start"

which will let a non root user bind to lower ports like port 80.

Thread Thread
 
avalerionv profile image
Dawood Khan Masood • Edited

Great, thank you! :)