Skip to content

Unable to Access Share from Windows 11 [Windows [Version 10.0.26200.7840]] #78

@danutzzzzz

Description

@danutzzzzz

Hi, no matter what i do i cannot gain access to the network share:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions