nextcloud: fixed bind mount
This commit is contained in:
parent
09960465a1
commit
38c73fd15f
@ -5,7 +5,6 @@ let
|
||||
in
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${workDir} 2700 root admin"
|
||||
"d ${workDir}/html 2700 root admin"
|
||||
"d ${workDir}/db 2700 root admin"
|
||||
];
|
||||
@ -37,7 +36,7 @@ in
|
||||
image = "postgres:18"; # trixie
|
||||
|
||||
volumes = [
|
||||
"${workDir}/db:/var/lib/postgresql/data"
|
||||
"${workDir}/db:/var/lib/postgresql"
|
||||
];
|
||||
|
||||
environmentFiles = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user