Service.******.devices must be a list

Hi,

I am trying to add a container in portainer with stacks, but I just get an error:
“Deployment error - Failed to deplay stack: services.qbittorrent.devices must be a list”

Everything I have tested doesn’t work. Will just say that I am fearly new to docker :slightly_smiling_face:

This is the stack:
image

Thanks for any advice!

I assume you didn’t spot that -/dev/net/tun is the only list element that doesn’t use a space to separate the list element and its setting? It must be - /dev/net/tun

Thanks a lot. I didn’t see that mistake :slight_smile:
I found another mistake as well. I had a - i front of enviroment.

But I got a new error now:
image

I found it:)
I had a typo in environment :slight_smile:
Thanks for your help