remove mnt (#73)

This commit is contained in:
Pascal Vizeli
2017-05-18 17:59:04 +02:00
committed by GitHub
parent f082e157e7
commit 3e18c8c903
3 changed files with 3 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
"ports": {
"22/tcp": 22
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "mnt:rw"],
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw"],
"options": {
"authorized_keys": [null]
},