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;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:7778";
|
||||
proxyPass = "http://localhost:8080";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@ in
|
|||
containers = {
|
||||
teedy = {
|
||||
image = "sismics/docs:v1.11";
|
||||
ports = [
|
||||
"7778:8080"
|
||||
];
|
||||
volumes = [
|
||||
"/var/lib/teedy/data:/data"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue