Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Run with localhost (django) #210

Open
kiddten opened this issue Oct 8, 2020 · 1 comment
Open

Run with localhost (django) #210

kiddten opened this issue Oct 8, 2020 · 1 comment

Comments

@kiddten
Copy link

kiddten commented Oct 8, 2020

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

@arachnys arachnys deleted a comment from lampnick Nov 2, 2020
@daniesy
Copy link

daniesy commented Apr 26, 2021

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants