proxyCfg -> proxyConf

This commit is contained in:
niten 2023-07-26 09:32:22 -07:00
parent ae7ef5a05b
commit 53362aa562
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ in {
image = cfg.images.nginx;
restart = "always";
ports = [ "${toString cfg.port}:3000" ];
volumes = [ "${proxyCfg}:/etc/nginx/nginx.conf:ro,Z" ];
volumes = [ "${proxyConf}:/etc/nginx/nginx.conf:ro,Z" ];
depends_on = [ "web" "streaming" ];
};
db.service = {