Skip to content

Issue with multiple home directories #41

@eyeruleall

Description

@eyeruleall

Hey, I've been using this container for years, and recently added a second user and came across a bug.

With one user configured in the docker-compose file, if I mount my /home dir and add:
SAMBA_VOLUME_CONFIG_homes: "[homes]; writable = yes; browseable = no;"
to the docker-compose file, all works fine.

When I add a second ACCOUNT_username to the docker-compose file, I lose write access to the shared home folder.

...
    environment:
      ACCOUNT_user1: user1pass
      ACCOUNT_user2: user2pass
      SAMBA_VOLUME_CONFIG_homes: "[homes]; writable = yes; browseable = no;"
    volumes:
      - /home:/home

Is there a preferred way of sharing home folders?

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