1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

update samba

This commit is contained in:
kev 2016-04-07 08:35:31 +08:00
parent 2dc779a1e6
commit bd0606b61d
3 changed files with 6 additions and 4 deletions

@ -85,7 +85,7 @@ dockerfiles
- [x] revive
- [x] rsyncd
- [x] rtmp
- [x] samba :beetle:
- [x] samba :+1:
- [x] scrapyd :+1:
- [x] shadowsocks
- [x] shadowsocks

@ -27,13 +27,14 @@ samba:
```
[global]
workgroup = WORKGROUP
server string = %h server (Samba, Apline)
netbios name = EasyPi
server string = Samba Server
map to guest = bad user
[share]
path = /share
browseable = yes
read only = no
read only = yes
guest ok = yes
```

@ -1,6 +1,7 @@
[global]
workgroup = WORKGROUP
server string = %h server (Samba, Apline)
netbios name = EasyPi
server string = Samba Server
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000