Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-samba
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-samba
Commits
d8de4082
Commit
d8de4082
authored
Apr 08, 2018
by
Marvin
Committed by
GitHub
Apr 08, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22 from ServerContainers/4.8.0
removed time machine no
parents
9d2f0da1
4364b547
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
docker-compose.yml
View file @
d8de4082
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment