This is a docker images to run a file server for Windows Network Neighborhood sharing folders. It's base on alpine samba 4 openldap WAM.
This image has no SSL Certification build-in, so please use it with letsnginx or traefik.
docker run -p 80:8080 -p 139:139 -p 445:445 \
-v ./permanent_storage/files:/mnt -v ./permanent_storage/users:/sam \
-d leejoneshane/samba-fs