diff --git a/letsencrypt/config.json b/letsencrypt/config.json index 92434a7..4da4a3e 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -10,7 +10,7 @@ "80/tcp": 80, "443/tcp": 443 }, - "map": ["ssl"], + "map": ["ssl:rw"], "options": { "email": null, "domains": [null], diff --git a/samba/config.json b/samba/config.json index 504b754..87fe968 100644 --- a/samba/config.json +++ b/samba/config.json @@ -9,7 +9,7 @@ "ports": { "445/tcp": 445 }, - "map": ["config", "ssl", "addons"], + "map": ["config:rw", "ssl:rw", "addons:rw"], "options": { "workgroup": "WORKGROUP", "guest": true, diff --git a/ssh/config.json b/ssh/config.json index 27dbfa6..988e2cd 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -9,7 +9,7 @@ "ports": { "22/tcp": 22 }, - "map": ["config", "ssl", "addons"], + "map": ["config:rw", "ssl:rw", "addons:rw"], "options": { "authorized_keys": [null] },