diff --git a/samba/docker-compose.yml b/samba/docker-compose.yml index 0de9510..679021b 100644 --- a/samba/docker-compose.yml +++ b/samba/docker-compose.yml @@ -2,7 +2,7 @@ services: samba: image: dockurr/samba environment: - NAME: "prod-cluster" # this is the share name ... + NAME: "prod" # this is the share name ... USER: "john" PASS: "mary1948" UID: "1000"