-
Couldn't load subscription status.
- Fork 67
Closed
Description
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
Labels
No labels