This is a simple repository (not yet added to dockerhub) to run unlighthouse using Docker.
Run docker run ghcr.io/indykoning/unlighthouse-docker:master -e SITE='http://localhost' -p 5678:5678
or
copy the docker-compose.yml from this repository. Then add your site to the environment in the docker-compose.yml file.
Run
docker compose up
and after a few seconds you will be able to see the status and results at http://localhost:5678
Clone this repository
git clone https://github.com/indykoning/unlighthouse-docker.git
Uncomment the build: .
then add your site to the environment in the docker-compose.yml file.
Run
docker compose up
and after a few seconds you will be able to see the status and results at http://localhost:5678