Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use a smb windows network share? #264

Open
jenny787 opened this issue Feb 16, 2023 · 1 comment
Open

how to use a smb windows network share? #264

jenny787 opened this issue Feb 16, 2023 · 1 comment

Comments

@jenny787
Copy link

I'm using psitransfer with docker (compose) and I cannot figure out a way to access my windows network shares, which are smb. It works only on local drives. I've tried all the usual ways, directly using the path, with forward and back slashes, wtih the hostname, with the ip. I also tried the docker compose volume cifs method as shown below:

volumes:
uploads:
driver_opts:
type: "cifs"
o: "username=userABC,password=passwordABC,vers=3.0"
device: "//192.168.1.17/folderl1/!uploads"

None of these work. I get mkdir permission denied in the docker logs for psitransfer. Any tips?

@Maytrok
Copy link

Maytrok commented Nov 25, 2023

an smb connection to an docker is kind of pointless. ( i am not an docker expert 😶 )
what do you want to achieve
you can't directly access the files easily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants