Skip to content

[Bug/Help]: Connecting to USB Drive #168

Answered by mbentley
metaljay asked this question in Help
Discussion options

You must be logged in to vote

You have weird quote symbols that are not actually quotes in your docker run... command. See the difference? “pi” vs "pi"

I did a find/replace so give this a shot:

docker run -d --restart=always --name timemachine --net=host -e TM_USERNAME="pi" -e TM_GROUPNAME="pi" -e PASSWORD="TEST123" -e TM_UID="1000" -e TM_GID="1000" -e SET_PERMISSIONS="false" -e VOLUME_SIZE_LIMIT="0" -v /media/timemachine:/opt/pi --tmpfs /run/samba mbentley/timemachine:smb

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mbentley
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #157 on January 13, 2024 13:40.