Following official instructions for Docker and when I run ‘docker-compose up -d’ it throws this error:

Pulling lemmy (dessalines/lemmy:0.16.5)… 0.16.5: Pulling from dessalines/lemmy ERROR: no matching manifest for linux/amd64 in the manifest list entries

  • Tryp
    link
    12 years ago

    I mean the docker-compose.yml file you’re suppose to pull from github, in the docker install docs it tells you to get from wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/prod/docker-compose.yml which is this file here that references 0.16.5:

    https://github.com/LemmyNet/lemmy/tree/main/docker/prod

    I just tested it again and can confirm that the command above pulls the 0.16.5 file.