From 6e2399b3ee3c463eef85d1bebb7590239454bb3f Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Tue, 28 Feb 2023 13:14:46 -0800 Subject: [PATCH] Updating README.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index b779477..df681d1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ -# samba-server +# samba-container -A basic single user samba-server suitable for small scale NAS-like installations where having multi-user security is not important. +A basic single user samba server suitable for small scale NAS-like installations where having multi-user security is not important. ## Running Samba Server @@ -13,7 +13,7 @@ version: "2" services: samba: - image: amdavidson/samba-server + image: git.andr3w.net/amd/samba-container:latest restart: always environment: SMBPW: "Hunter22"