Skip to content

docker-compose.yml doesn't use pre-built images #1026

Open
@m88youngling

Description

@m88youngling

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:

  1. With a docker-compose.yml file, run sudo docker-compose up -d in the same directory as the file.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions