odarriba/docker-timemachine

Share doesn't exist

Closed this issue · 2 comments

Here are the steps I followed:

Run the container.
$ docker run -h timemachine --name timemachine --restart=unless-stopped -d -v /mnt/user/timemachine:/timemachine -p 548:548 -p 636:636 odarriba/timemachine

Confirm it's working.

Add the user.
$ docker exec timemachine add-account backup password tm /timemachine/backup

And this is what I get when I try to login...

image

Any clues as to what might be going on here?

Must have been the server I was using as my Docker host. Switched to another one and it's working perfectly.

I came across this same issue and found that the /timemachine volume I was mounting only allowed for root access. Modifying the permissions via chmod corrected the issue for me.