Closed
Description
I was running 2.0.10 as a Docker container on a Synology NAS and then 8hrs ago, Watchtower updated automatically to 2.0.12 and the container now boot loops with the following error:
Error: Invalid persistence value (true
For reference, here is my working config that was functional under .10 and also under .11 that I've now rolled back to.
persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
# password_file /mosquitto/config/pwfile
# include_dir /mosquitto/config/conf.d
allow_anonymous true
listener 1883 <myserveripaddress>