InstaFix icon indicating copy to clipboard operation
InstaFix copied to clipboard

A docker version of the service can't find binary `instafix` on running

Open ghost opened this issue 1 year ago • 1 comments

[zelgray@zelgray scripts]$ docker compose up
[+] Running 2/1
 ✔ Network scripts_default       Created                                                                                                                                                                                                                                           0.3s
 ✔ Container scripts-instafix-1  Created                                                                                                                                                                                                                                           0.0s
Attaching to instafix-1
instafix-1  | exec /instafix: no such file or directory
instafix-1 exited with code 1
instafix-1  | exec /instafix: no such file or directory
instafix-1  | exec /instafix: no such file or directory
instafix-1 exited with code 1

ghost avatar Feb 21 '24 15:02 ghost

I see the same error,

exec /instafix: no such file or directory

d3lac avatar May 09 '24 08:05 d3lac

Same error. My compose file:

services:
  instafix:
    container_name: instafix
    image: ghcr.io/wikidepia/instafix:main
    restart: unless-stopped
    ports:
      - "127.0.0.1:3003:3000"

UlyssesZh avatar Jun 17 '24 22:06 UlyssesZh

Should be fixed, please reopen if issue still exist

Wikidepia avatar Jun 29 '24 08:06 Wikidepia