fix(musare): Fixed config container mount path
This commit is contained in:
parent
2cb3a9851d
commit
ed4e4b1f2c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ in {
|
|||
autoStart = true;
|
||||
volumes = [
|
||||
"${musare-backend}:/opt/app/"
|
||||
"${config.sops.templates."musare/config.json".path}:/opt/app/config.json"
|
||||
"${config.sops.templates."musare/config.json".path}:/opt/app/config/local.json"
|
||||
];
|
||||
ports = [
|
||||
"32483:8080"
|
||||
|
|
Loading…
Reference in a new issue