Commit 73af04ba authored by Marvin's avatar Marvin Committed by GitHub

Update docker-compose.yml

parent d49d4d4c
......@@ -9,7 +9,7 @@ services:
ACCOUNT_alice: alipass
ACCOUNT_bob: bobpass
SAMBA_VOLUME_CONFIG_aliceonly: "[Alice Share]; path=/shares/alice; valid users = alice; guest ok = no; read only = no; browseable = no"
SAMBA_VOLUME_CONFIG_bobstm: "[TimeCapsule Bob]; path=/shares/timemachine; valid users = bob; guest ok = no; read only = no; browseable = yes; fruit:time machine = yes; fruit:time machine max size = 500G;"
SAMBA_VOLUME_CONFIG_bobstm: "[TimeCapsule Bob]; path=/shares/timemachine; valid users = bob; guest ok = no; read only = no; browseable = no; fruit:aapl = yes; fruit:time machine = yes; fruit:time machine max size = 500G;"
volumes:
- ./shares/alice:/shares/alice
- ./shares/timemachine:/shares/timemachine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment