No matter what I try, crashplan gets logged out every time I re-start it via docker.
This is reflected in an error message in the client that says "Logged out by authority - Invalid application state" (see screenshot).
Am I doing something wrong?
I am starting docker with the following command line:
docker run -h ${HOSTNAME} --name=crashplan -v /mnt/ssd/storage/crashplan/config:/config -v /mnt/ssd/storage/crashplan/var/lib/crashplan:/var/lib/crashplan -v /mnt/biggun:/data -v /etc/localtime:/etc/localtime:ro -p 4242:4242 -p 4243:4243 gfjardim/crashplan
