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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Hi! I am trying to run athenapdf with localhost pdf on mac. It is converting to pdf but css and images from localhost are missing. The way I run converting:
docker run --rm -v $(pwd):/converted/ arachnysdocker/athenapdf athenapdf http://host.docker.internal:8000/pdf/my_html/ test.pdf
localhost serving on 8000 port
The text was updated successfully, but these errors were encountered:
I managed to run it like this docker run --network="host" --rm -v $(pwd):/converted/ arachnysdocker/athenapdf athenapdf http://docker.for.mac.host.internal:3000
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I am trying to run athenapdf with localhost pdf on mac. It is converting to pdf but css and images from localhost are missing. The way I run converting:
docker run --rm -v $(pwd):/converted/ arachnysdocker/athenapdf athenapdf http://host.docker.internal:8000/pdf/my_html/ test.pdf
localhost serving on 8000 port
The text was updated successfully, but these errors were encountered: