2024-09-25, 07:15 PM
Thanks for this looks good. But I've just tried this for the first time and while the container runs and is healthy I'm getting this:
exec /entrypoint.sh exec format error
My stack file running in Portainer on a Raspberry pi5:
services:
jellix:
image: ghcr.io/doihaveto/jellix
container_name: jellix
restart: unless-stopped
environment:
- API_URL=http://192.168.1.43:8096/
ports:
- 3000:80
Any ideas? I did a quick google of the error and it may be something to do with how the image was created. Also what address should I use based on my compose file:
192.168.1.43:3000
or where the Jellix container is tunning:
192.168.1.56:3000
exec /entrypoint.sh exec format error
My stack file running in Portainer on a Raspberry pi5:
services:
jellix:
image: ghcr.io/doihaveto/jellix
container_name: jellix
restart: unless-stopped
environment:
- API_URL=http://192.168.1.43:8096/
ports:
- 3000:80
Any ideas? I did a quick google of the error and it may be something to do with how the image was created. Also what address should I use based on my compose file:
192.168.1.43:3000
or where the Jellix container is tunning:
192.168.1.56:3000
Jellyfin1 - 10.10.1 (Docker) Synology NAS (transcoding off)
Jellyfin2 - 10.10.1 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
Storage - x3 Synology NAS (22TB)
Reverse Proxy - Caddy v2 running on a Pi3b+
Jellyfin2 - 10.10.1 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
Storage - x3 Synology NAS (22TB)
Reverse Proxy - Caddy v2 running on a Pi3b+