Skip to content
New issue

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

wkhtmltopdf reported an error: Exit with code 1 due to network error: ProtocolUnknownError #443

Open
martinllanos opened this issue Jan 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@martinllanos
Copy link

When creating an odoo 13.0/15.0 image with the new version of doodba-copier-template add the "hostname:" parameter in prod.yml
This does not allow wkhtmltopdf to create documents.
The solution found to avoid this error was to comment the hostname line

version: "2.4"

services:
odoo:
extends:
file: common.yaml
service: odoo
restart: unless-stopped
#hostname: "www.example.com"
env_file:
- .docker/odoo.env
- .docker/db-access.env
environment:

@martinllanos martinllanos added the bug Something isn't working label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant