2024-09-12, 05:22 AM
(2024-09-10, 03:21 PM)volcs0 Wrote: I'm having trouble getting the Docker container installed on unRAID.
My compose file is below, but it's not pulling the image. I'm sure I'm missing something simple.
Thanks for any help.
services:
jellix:
container_name: jellix
image: doihaveto/jellix
build: ./jellix
restart: unless-stopped
environment:
- API_URL=http://10.0.0.134:8097/
ports:
- 3000:3005
There's no image to pull. I'll try to get around to doing that in the next week or so. In the meantime delete the "image:" line, and it will build it locally.