fix: Use different domain for hostname

This commit is contained in:
Kroese 2024-02-08 17:34:27 +01:00 committed by GitHub
parent 6f55a342aa
commit 9596eee3dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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