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
Drop explicit httpd config file path in CMD line since it was the default anyway but it also allows moving the file to /etc/httpd.conf, if interested. See #36
[Breaking] The CMD line changed to CMD ["/busybox_HTTPD", "-f", "-v", "-p", "3000", "-c", "httpd.conf"] but please use 2.3.1 where it changes again (see the other release note)
Use the standalone busybox_HTTPD binary, reducing the size of the image to 80KB