linuxserver / docker-ombi

GNU General Public License v3.0
160 stars 35 forks source link

Still getting Access to the path '/root/.dotnet/corefx/cryptography/x509stores/ca' is denied. #28

Closed Fish2 closed 6 years ago

Fish2 commented 6 years ago

I am still getting this error Access to the path '/root/.dotnet/corefx/cryptography/x509stores/ca' is denied. - Permission denied

I have delete and re pulled this image and also clear ombi config but still get this error

linuxserver.io

Ubuntu 16.04.4 LTS

`docker create --name=ombi --network=fish_network --restart=always -v /docker/containers/ombi/config:/config -v /docker/certs/selfsigned:/certs -e TZ=Europe/London -e PGID=1000 -e PUID=1000 -p 3579:3579/tcp linuxserver/ombi`

Thanks, team linuxserver.io

sparklyballs commented 6 years ago

this is non-standard

-v /docker/certs/selfsigned:/certs

take that out and see if it is the culprit

Fish2 commented 6 years ago

That worked how strange i add this to all my container incase i need to use the certs any idea why this affects ombi ?

sparklyballs commented 6 years ago

no idea

closing this as not a container issue