Error reading servers from file #1657
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Adding my compose file in case it helps:
|
Beta Was this translation helpful? Give feedback.
-
Hey I have been digging through the Wiki - it looks like we can run GlueTUN under a specific user. Can you try adding the following to the 'environment' section of the gluetun container
|
Beta Was this translation helpful? Give feedback.
-
Are you seeing the servers.json being created in /docker/gluetun? If not maybe try downloading it directly and placing it in the folder. https://github.com/qdm12/gluetun/blob/master/internal/storage/servers.json Press the Download Raw File on the right side. |
Beta Was this translation helpful? Give feedback.
-
My issue was caused by my container volume's directory not having the correct permission. Choosing a new directory solved my problem but I imagine changing the directory's permissions would also fix the issue. volumes:
- [new-directory-with-correct-permissions]:/gluetun |
Beta Was this translation helpful? Give feedback.
Great stuff - I will tweak the guide to include the PUID/PGID just in case that initially caused your issue to start with.