diff --git a/etc/samba/smb.conf b/etc/samba/smb.conf index 3302f31..9ae8baf 100644 --- a/etc/samba/smb.conf +++ b/etc/samba/smb.conf @@ -1,5 +1,6 @@ [global] workgroup = WORKGROUP + server role = standalone server [share] comment = Shared files from samba-container diff --git a/run.sh b/run.sh index 5df7c58..3706a3c 100755 --- a/run.sh +++ b/run.sh @@ -4,6 +4,6 @@ if [ $? -eq 0 ]; then - smbd -FS + smbd -FS --debuglevel=1 fi