diff --git a/dockerfile.sh b/dockerfile.sh index 45225a4..b71f403 100755 --- a/dockerfile.sh +++ b/dockerfile.sh @@ -3,7 +3,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202211211129-git # @@Author : Jason Hempstead -# @@Contact : git-admin@casjaysdev.com +# @@Contact : git-admin@casjaysdev.pro # @@License : LICENSE.md # @@ReadME : dockerfile.sh --help # @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments diff --git a/scripts/samba-dc.sh b/scripts/samba-dc.sh index 7f6e227..e1f967d 100755 --- a/scripts/samba-dc.sh +++ b/scripts/samba-dc.sh @@ -26,10 +26,10 @@ docker run -t -i \ -v /etc/localtime:/etc/localtime:ro \ -v /var/lib/docker/storage/samba/data/:/var/lib/samba \ -v /var/lib/docker/storage/samba/config/samba:/etc/samba/external \ - --dns-search casjay.net \ + --dns-search casjay.pro \ --dns 10.0.0.250 \ --dns 1.1.1.1 \ - --add-host dc.casjay.net:10.0.0.250 \ + --add-host dc.casjay.pro:10.0.0.250 \ -h localdc \ --name samba \ --privileged \