proxyCfg -> proxyConf

This commit is contained in:
niten 2023-07-26 09:32:22 -07:00
parent ae7ef5a05b
commit 53362aa562

View File

@ -185,7 +185,7 @@ in {
image = cfg.images.nginx; image = cfg.images.nginx;
restart = "always"; restart = "always";
ports = [ "${toString cfg.port}:3000" ]; 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" ]; depends_on = [ "web" "streaming" ];
}; };
db.service = { db.service = {