Comment on samba docker compose help ver2
basic_user@lemmy.world 1 week agoHow do I tell? In the docker-compose.yml file I put the user and password for my server user. I thought that was going to make it work?
Comment on samba docker compose help ver2
basic_user@lemmy.world 1 week agoHow do I tell? In the docker-compose.yml file I put the user and password for my server user. I thought that was going to make it work?
BakedCatboy@lemmy.ml 1 week ago
In case you haven’t realized, the user and pass in the docker compose are for setting the user/pass that you will enter on windows to access the share. It doesn’t have to be the same as the Linux server user account - though mine is the same because it’s easier to remember.
basic_user@lemmy.world 1 week ago
I did the same. Not because I knew, but because I was unsure if permissions would fail if I didn’t.
possiblylinux127@lemmy.zip 1 week ago
That’s the old style of doing things.
These days everything is set via extended attributes.