Skip to content

leejoneshane/samba-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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