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
The container should create a default config that works.
Current Behavior
The container fails to run
docker run -e PORT=8080 httpd
AH00526: Syntax error on line 20 of /workspace/httpd.conf:
DocumentRoot '/workspace/public' is not a directory, or is not readable
Possible Solution
Maybe update the documentation to say your HTML files need to be in ./public
It'd also be handy to point out that you need to specify the port when running the container.
Steps to Reproduce
See above
Motivations
I was trying to get started with a very basic container.
The text was updated successfully, but these errors were encountered:
We should certainly update the documentation to include some details about the assumptions made by the auto-generated configuration. To change the path to serve, did you see the docs for setting BP_WEB_SERVER_ROOT?
If you try to auto generate the config it does not create valid config.
Expected Behavior
The container should create a default config that works.
Current Behavior
The container fails to run
Possible Solution
Maybe update the documentation to say your HTML files need to be in ./public
It'd also be handy to point out that you need to specify the port when running the container.
Steps to Reproduce
See above
Motivations
I was trying to get started with a very basic container.
The text was updated successfully, but these errors were encountered: