Fix layout for 0.18 (#5)

This commit is contained in:
Pascal Vizeli
2017-04-28 02:24:39 +02:00
committed by GitHub
parent f29c61d6ea
commit d546197b12
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"ports": { "ports": {
"80/tcp": 80 "80/tcp": 80
}, },
"map_ssl": true, "map": ["ssl"],
"options": { "options": {
"email": null, "email": null,
"domains": [null], "domains": [null],

View File

@@ -8,7 +8,7 @@
"ports": { "ports": {
"445/tcp": 445 "445/tcp": 445
}, },
"map_config": true, "map": ["config"],
"options": { "options": {
"workgroup": "WORKGROUP", "workgroup": "WORKGROUP",
"guest": true, "guest": true,