Skip to content

No match for the specified platform (ARM) #13

@sgbx

Description

@sgbx

Branch

On which branch did you notice this bug?

  • [x ] stable
  • release-candidate
  • develop

Description

I am trying to install with docker compose on an ARM Server. i get error message:

WARN[0000] /opt/wishthis/docker-compose.yml: version is obsolete
[+] Running 0/1
⠏ wishthis Pulling 1.0s
image with reference docker.io/hiob/wishthis:stable was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64

My docker-compose.yml:

version: '3.7'

services:
wishthis:
container_name: wishthis
restart: unless-stopped
image: hiob/wishthis:stable
platform: linux/arm64
environment:
- VIRTUAL_HOST=sub.domain.ext
ports:
- 9980:80
volumes:
- ./config.php:/var/www/html/src/config/config.php
networks:
- wishthis

(...)

a config.php is in place

How can I go on with the installation?

Disclaimer

wishthis is entirely built in my free time, mostly without any pay or code contributors. While I am doing my best to help out everybody, I cannot guarantee that I will find the time or have the competence to help you out.

I greatly appreciate that you are filing a bug report, these help tremendously! Thank you!

  • [x ] I understand that wishthis depends on volunteer work and that I am not entitled to any kind of support

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions