proxyCfg -> proxyConf
This commit is contained in:
parent
ae7ef5a05b
commit
53362aa562
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user