You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions laid out in https://ferron.sh/docs/installation/docker using podman instead of docker results in the following error: Error while running a server: Cannot listen to HTTP port: Permission denied (os error 13).
This error happens regardless of the type of distro we choose for the container (tags 2, 2-alpine, 2-debian).
This can be fixed by setting default_http_port and default_https_port to values higher than 1024 (i.e. unprivileged ports).