webdav-docker
webdav-docker copied to clipboard
How to connect to the webdav
Hi,
I'm having issues to make it work. My ip address is 3.17.182.115 and I used docker run --name=iwebdav -d -v ~/webdav:/webdav -p 8082:80 idelsink/webdav to start it. I can see that the folder ~/webdav is bided to the webdav folder in the container. So, isnt it right to use 3.17.182.115:8082/webdav to access it via browser?
Best regards,
Eduardo
So, I figure out what to do. First I need to open the the port on AWS and the address to enter is 3.17.182.115:<port_number> without /webdav
Thanks and feel free to add this information on the Docker website