mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00:00
Merge pull request #2871 from nextcloud/enh/2506/postgresql
make postgresql container read-only
This commit is contained in:
commit
581456b450
2 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,10 @@
|
|||
],
|
||||
"networks": [
|
||||
"nextcloud-aio"
|
||||
],
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/var/run/postgresql"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue