/samba-fs

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

samba-fs

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.

How to use

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