igorferreir4 / docker-focalboard

0 stars 0 forks source link

fail to start container, arm64 #1

Open mia0x75 opened 2 months ago

mia0x75 commented 2 months ago
# docker-compose up
[+] Building 0.0s (0/0)                                                                                                                                                             docker:default
[+] Running 1/1
 ✔ Container 7114-focalboard-1  Recreated                                                                                                                                                     0.2s
Attaching to focalboard
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/opt/focalboard/bin/focalboard-server": stat /opt/focalboard/bin/focalboard-server: no such file or directory: unknown

docker-compose.yml

services:
  focalboard:
    image: igorferreir4/focalboard:7.11.4
    container_name: focalboard
    restart: always
    networks:
      - fontend
    ports:
      - 8000:8000
    volumes:
      - ./data/config.json:/opt/focalboard/config.json:ro   #sqlite
      - ./data:/opt/focalboard

networks:
  fontend:
    external: true
igorferreir4 commented 2 months ago

Hello, first create the file "focalboard.db" inside the "data" folder

touch focalboard.db

Now the official repository is this: https://github.com/igorferreir4/docker