Commit d8de4082 authored by Marvin's avatar Marvin Committed by GitHub

Merge pull request #22 from ServerContainers/4.8.0

removed time machine no
parents 9d2f0da1 4364b547
...@@ -8,7 +8,7 @@ services: ...@@ -8,7 +8,7 @@ services:
environment: environment:
ACCOUNT_alice: alipass ACCOUNT_alice: alipass
ACCOUNT_bob: bobpass ACCOUNT_bob: bobpass
SAMBA_VOLUME_CONFIG_aliceonly: "[Alice Share]; path=/shares/alice; valid users = alice; guest ok = no; read only = no; browseable = yes; fruit:time machine = no" SAMBA_VOLUME_CONFIG_aliceonly: "[Alice Share]; path=/shares/alice; valid users = alice; guest ok = no; read only = no; browseable = yes"
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;" 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: volumes:
- ./shares/alice:/shares/alice - ./shares/alice:/shares/alice
......
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