From 7749f08f0f862016eb8957db5817ac6be08cedf8 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 10 Aug 2023 19:57:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Updated=20domain=20name?= =?UTF-8?q?s=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dockerfile.sh scripts/samba-dc.sh --- dockerfile.sh | 2 +- scripts/samba-dc.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 \