Replies: 3 comments 1 reply
-
For anyone else with this issue, in this case it turned out to be a problem related to SELinux. There are 2 ways I've seen of resolving this:
|
Beta Was this translation helpful? Give feedback.
-
I had a similar error: I tried many fixes. In the end, I stopped docker, deleted the |
Beta Was this translation helpful? Give feedback.
-
I just confirmed that my OLD gluetun folder had the servers.json file switched from my owner to root. So permissions are likely the issue. |
Beta Was this translation helpful? Give feedback.
-
On Fedora CoreOS Gluetun from docker compose is giving an error
ERROR reading servers from file: open /gluetun/servers.json: permission denied
Most of the FCoreOS file system is read-only. Writing is enabled on
/var
The compose.yaml file is modified from the supplied template. Binded mount is:
Full log:
compose.yaml
This is the journal output:
Permissions of directories:
/var/docker
/var/docker/gluetun
I have manually created a file in the directory to confirm it is writable:
Running
sudo docker-compose up
still results in the error listed above.Beta Was this translation helpful? Give feedback.
All reactions