fatal: unable to exec run: Exec format error

Issue #770 resolved
Marek Brenčič created an issue

Hey,

my docker container stopped working after server maintenance (got it on vpsfree) and nothing seems to help. I tried it with empty/new data folder but the result is the same. Host OS is Arch Linux. Any idea?

This is part of what docker logs returns.

[services.d] starting services
s6-supervise (child): fatal: unable to exec run: Exec format error
s6-supervise (child): fatal: unable to exec run: Exec format error
s6-supervise nginx: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise rspamd/log: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: Exec format error
s6-supervise rspamd: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: Exec format error
s6-supervise redis/log: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: Exec format error

Here is my docker-compose.yml

version: "3"
services:
    mailserver:
        image: analogic/poste.io:latest
        restart: always
        network_mode: "host"
        hostname: mail.example.com
        volumes:
            - /etc/localtime:/etc/localtime:ro
            - /home/foxie/mail:/data
        environment:
            - HTTP_PORT=5080
            - HTTPS_PORT=5433
            - HTTPS=OFF

Comments (1)

  1. Log in to comment