Remove unprotected

This commit is contained in:
Alexandre
2021-09-05 12:07:05 +02:00
committed by GitHub
parent 1eb0040e94
commit 1adc3217c5

View File

@@ -10,12 +10,20 @@
"2342/tcp": 2342
},
"apparmor": "true",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"ports_description": {
"2342/tcp": "Web interface"
},
"map": ["media:rw", "share:rw"],
"full_access": true,
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices":[
"/dev/sda1",
"/dev/sda2",
"/dev/sdb1",
"/dev/sdb2"
],
"environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
},