Hi, no matter what i do i cannot gain access to the network share:
docker compose
services:
samba2:
image: dockurr/samba
container_name: samba2
environment:
NAME: "Data"
USER: "samba"
PASS: "secret"
ports:
- 445:445
volumes:
- /mnt/HDD1-8TB:/storage
restart: always
smb.default
[global]
server string = samba
idmap config * : range = 3000-7999
security = user
server min protocol = SMB2
# disable printing services
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
[Data]
path = /storage
comment = Shared
valid users = @smb
browseable = yes
writable = yes
read only = no
force user = root
force group = root
