craumix / jmb-container

A containerized version of https://github.com/jagrosh/MusicBot
MIT License
16 stars 18 forks source link

exec format error #4

Closed DzikuseQ closed 1 year ago

DzikuseQ commented 1 year ago

Hello, I'm trying to host bot using Portainer on Oracle Cloud Server and when trying to run Container i get exec /jmb/docker-entrypoint.sh: exec format error.

craumix commented 1 year ago

Can you please provide the command you're running (or your compose file) for more context?

DzikuseQ commented 1 year ago

I've tried to add a container directly from docker hub, and adding stack using

version: '2.2'

services:
  jmusicbot:
    image: craumix/jmusicbot
    container_name: jmusicbot
    restart: unless-stopped
    volumes:
     - ./config:/jmb/config
craumix commented 1 year ago

Which Portainer and Docker versions are you running?

(Can't reproduce running latest Portainer version (2.17.1 CE) w/ Docker 23.0.1)

DzikuseQ commented 1 year ago

Portainer 2.17.1 CE, Docker 23.0.2

craumix commented 1 year ago

I've upgraded Docker to 23.0.2 and still nothing. Have you tried running the stack manually with docker compose?