fix(teedy): use correct port for proxypass
since using network=host, the ports directive has no effect
This commit is contained in:
parent
6ad28c54bf
commit
def10ec06d
2 changed files with 1 additions and 4 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:7778";
|
proxyPass = "http://localhost:8080";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,6 @@ in
|
||||||
containers = {
|
containers = {
|
||||||
teedy = {
|
teedy = {
|
||||||
image = "sismics/docs:v1.11";
|
image = "sismics/docs:v1.11";
|
||||||
ports = [
|
|
||||||
"7778:8080"
|
|
||||||
];
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/teedy/data:/data"
|
"/var/lib/teedy/data:/data"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue