We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use Cecil inside DDEV (which is build on docker).
When I expose the ports in DDEV config like so:
web_extra_exposed_ports: - name: cecil container_port: 8000 http_port: 7999 https_port: 8000
I am getting a 404 error.
Any ideas how I can get Cecil to serve inside DDEV?
If I build the site and set the webroot to _site in the DDEV config then I can load it. But I would like to use the serve for building.
_site
No response
Cannot get the serve site to work.
8.12.7
macOS Sonoma 14.5
The text was updated successfully, but these errors were encountered:
ArnaudLigny
No branches or pull requests
Describe the bug
I am trying to use Cecil inside DDEV (which is build on docker).
When I expose the ports in DDEV config like so:
I am getting a 404 error.
Any ideas how I can get Cecil to serve inside DDEV?
If I build the site and set the webroot to
_site
in the DDEV config then I can load it.But I would like to use the serve for building.
To reproduce
No response
Expected behavior
Cannot get the serve site to work.
Version
8.12.7
Operating System
macOS Sonoma 14.5
Relevant log output
No response
The text was updated successfully, but these errors were encountered: