🗃️ Updated domain names 🗃️

dockerfile.sh
scripts/samba-dc.sh
This commit is contained in:
casjay 2023-08-10 19:57:38 -04:00
parent 804f2a8028
commit 7749f08f0f
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 \