Self-hosted Penpot blank page, empty response, connection reset
Khamis, 19 Disember 2024, 4:50 pm0
“Makcik, ping-pang-pen-pot” (Masam² Manis, 1965).
Tested on Fedora 40, Docker 27.3.1, Penpot 2.3.3.
penpot-frontend
container actually running on port 80, but the provided docker-compose.yaml
⁽¹⁾ set it at port 8080. That’s why when open http://localhost:9001
, it points to port 8080 at penpot-frontend
which doesn’t have anything listening on that port.
To fix, edit docker-compose.yaml
> services
> penpot-frontend
> ports
> - 9001:80
⁽¹⁾ https://help.penpot.app/technical-guide/getting-started/#start-penpot