Open
Description
Describe the problem
Attempting to use the docker-compose.yml file results in the following error,
Pulling api (lighthouse:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling api (lighthouse:latest)...
ERROR: pull access denied for lighthouse, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
To Reproduce (if applicable)
Steps to reproduce the behavior:
- With a docker-compose.yml file, run
sudo docker-compose up -d
in the same directory as the file. - When it comes time to download the image for the Lighthouse API, the above error occurs.
Expected behavior
The API should be available and should download and install.
Resolving this issue will make it easier for others to run their own Project Lighthouse instance with docker-compose.