diff --git a/letsencrypt/config.json b/letsencrypt/config.json index 3fe6bea..9c44399 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -8,7 +8,7 @@ "ports": { "80/tcp": 80 }, - "map_ssl": true, + "map": ["ssl"], "options": { "email": null, "domains": [null], diff --git a/smb_config/config.json b/smb_config/config.json index 99ee93e..bc421dc 100644 --- a/smb_config/config.json +++ b/smb_config/config.json @@ -8,7 +8,7 @@ "ports": { "445/tcp": 445 }, - "map_config": true, + "map": ["config"], "options": { "workgroup": "WORKGROUP", "guest": true,