Updating README.md
This commit is contained in:
parent
7e9971d108
commit
6e2399b3ee
1 changed files with 3 additions and 3 deletions
|
@ -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
|
## Running Samba Server
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ version: "2"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
samba:
|
samba:
|
||||||
image: amdavidson/samba-server
|
image: git.andr3w.net/amd/samba-container:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
SMBPW: "Hunter22"
|
SMBPW: "Hunter22"
|
||||||
|
|
Loading…
Reference in a new issue