Chris Kelly

Results 1 issues of Chris Kelly

I was able to use compose to startup my first container with an NFS mount without issue. Here is my compose file: ``` version: '2' services: deluge: image: linuxserver/deluge restart:...