feat: Improve Windows configuration (#161)

This commit is contained in:
Kroese 2024-02-08 17:49:26 +01:00 committed by GitHub
parent 4534f66d73
commit b92d2589b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 59 additions and 134 deletions

View file

@ -58,6 +58,6 @@ SAMBA="/etc/samba/smb.conf"
} | unix2dos > "$SHARE/readme.txt"
smbd -D
wsdd -i dockerbridge -p -n "host.local" &
wsdd -i dockerbridge -p -n "host.lan" &
return 0