2024-09-10, 03:21 PM
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
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