this post was submitted on 02 Jun 2022
6 points (100.0% liked)

Lemmy Support

4651 readers
23 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] Tryp@lemmy.ca 2 points 2 years ago (4 children)

@dessalines@lemmy.ml Looks like lemmy 0.16.5 is referenced in the docker-compose file, probably just suppose to be lemmy-ui at 0.16.5 to fix the safari issue right?

@spla@lemmy.cat in your docker-compose.yml switch lemmy to 0.16.4, it will look like this after:

  lemmy:
    image: dessalines/lemmy:0.16.4
    ports:
      - "127.0.0.1:8536:8536"
      - "127.0.0.1:6669:6669"
[–] dessalines@lemmy.ml 2 points 2 years ago (1 children)
[–] Tryp@lemmy.ca 1 points 2 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.

load more comments (2 replies)