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
ERROR setting up control server: reading auth settings: toml decoding file: strict mode: fields in the document are missing in the target struct:
1| [controlServer]
| ~~~~~~~~~~~~~ missing table
2| user = "MyUserName"
3| password = "MyPassword"
4| log = true
INFO Shutdown successful
Anyone around here with the necessary know how who can help me out?
Here are the context of my files..
cat $HOME/docker/gluetun/auth/config.toml
[controlServer]
user = "MyUserName"
password = "MyPassword"
log = true
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So this is the error I'm getting:
docker logs gluetun
Anyone around here with the necessary know how who can help me out?
Here are the context of my files..
cat $HOME/docker/gluetun/auth/config.toml
cat $HOME/docker/gluetun/docker-compose.yml
The entire log:
Beta Was this translation helpful? Give feedback.
All reactions