pi-hole-influx icon indicating copy to clipboard operation
pi-hole-influx copied to clipboard

Mapping for user.toml isn't correct

Open nomad64 opened this issue 4 years ago • 0 comments

I deployed this to a docker host and put all of my variables into a custom user.toml file. Per the instructions, I mapped this file to /user.toml. However, this didn't seem to be read by the service, as the logs always tried to connect to localhost instead of my configured Pihole instance.

I was able to get it to work by mapping my custom toml to /app/user.toml and marking it as RO.

Am I mis-reading the documentation or missing something?

nomad64 avatar May 23 '20 23:05 nomad64