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
    22 years ago

    @[email protected] 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?

    @[email protected] 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"