services:
newtarr:
image: ghcr.io/elfhosted/newtarr:latest
container_name: newtarr
restart: unless-stopped
ports:
- "9705:9705"
volumes:
- /home/crispy/docker/newtarr/config:/config
environment:
- TZ=UTC
Deployment error
Failed to deploy a stack: compose up operation failed: Error response from daemon: manifest unknown
my compose is
but getting