Closed ashhhleyyy closed 1 month ago
The service apache2 restart command is unnecessary and causes apache to try and start up during container build, which fails to bind to port 80 (I assume because of podman rootless builds)
service apache2 restart
The
service apache2 restart
command is unnecessary and causes apache to try and start up during container build, which fails to bind to port 80 (I assume because of podman rootless builds)