Wordpress APACHE_HTTPS_PORT_NUMBER: privileged port requested #52990
Labels
solved
tech-issues
The user has a technical issue about an application
triage
Triage is needed
wordpress
Name and Version
bitnami/wordpress:6
What architecture are you using?
arm64
What steps will reproduce the bug?
curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/wordpress/docker-compose.yml > docker-compose.yml
APACHE_HTTPS_PORT_NUMBER=443
as an environment option for wordpressdocker compose up -d
(I've ignored setting up certs, changing the mapped port, etc. This is just highlighting the issue.)
What is the expected behavior?
The wordpress container comes up with apache listening on 443
What do you see instead?
APACHE_HTTPS_PORT_NUMBER: privileged port requested
Additional information
This is related to #989 specifically point 2 here: #989 (comment)
https://github.com/bitnami/containers/blob/main/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/scripts/libvalidations.sh#L183 includes
limiting the ports available. Why?
The text was updated successfully, but these errors were encountered: