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