mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
update the order of the parameters
This commit is contained in:
@@ -65,14 +65,14 @@ The following `admin-settings.json` code and table provide the required syntax a
|
||||
"locked": false,
|
||||
"value": 1024
|
||||
},
|
||||
"dataFolder" : {
|
||||
"locked" : false,
|
||||
"value" : "/Users/..."
|
||||
},
|
||||
"diskSizeMiB": {
|
||||
"locked": false,
|
||||
"value": 65536
|
||||
},
|
||||
"dataFolder" : {
|
||||
"value" : "/Users/...",
|
||||
"locked" : false
|
||||
},
|
||||
"filesharingDirectories": {
|
||||
"locked":false,
|
||||
"value":["/Users", "..."]
|
||||
|
||||
Reference in New Issue
Block a user