You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
I tried to chmod the /config/openvpn (/pladde/qbittorrent/openvpn) directory to 770 or even 777.
After every restart of the docker container it's back to 700.
I created a directory for vuetorrent inside /config/openvpn and this won't get touched at all.
When I remove the whole /config/openvpn directory and restart the container, the directory permissions are set to 755 owned by root:root.
But as soon as I restart the container again, it's back on 700 and owned by my local user and group and stops working.
I absolutely can't determine what causes this.
The text was updated successfully, but these errors were encountered:
I have this issue too. For me, it seems like the openvpn/ directory isn't getting PGID and PUID applied, even though those are being specified as environment variables for the image:
drwx------ 1 systemd-network systemd-journal 46 Oct 31 20:54 openvpn
drwx------ 1 myuser mygroup 0 Oct 31 20:54 qBittorrent
drwxrwxr-x 1 myuser mygroup 36 Oct 31 20:54 .
drwxrwxrwx 1 myuser mygroup 264 Oct 31 03:39 ..
Information
Whenever I try to run it on Ubuntu 20.04.3 (amd64) the container logs say following:
The /config/openvpn directory is set to 700 and owned by the correct user with the id 1000.
Current setup
Ubuntu Server 20.04.3 on an amd64 machine.
Latest docker image.
docker-compose.yml
file ordocker run
commandhow did you start the container? (don't forget to use backticks for creating a proper code block)
Attempted Fix(es)
I tried to chmod the /config/openvpn (/pladde/qbittorrent/openvpn) directory to 770 or even 777.
After every restart of the docker container it's back to 700.
I created a directory for vuetorrent inside /config/openvpn and this won't get touched at all.
When I remove the whole /config/openvpn directory and restart the container, the directory permissions are set to 755 owned by root:root.
But as soon as I restart the container again, it's back on 700 and owned by my local user and group and stops working.
I absolutely can't determine what causes this.
The text was updated successfully, but these errors were encountered: