Skip to content

indykoning/unlighthouse-docker

Repository files navigation

Unlighthouse Docker

This is a simple repository (not yet added to dockerhub) to run unlighthouse using Docker.

Installation

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

Dev installation

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