Use host.docker.internal for nginx upstream
This commit is contained in:
parent
6200c4cd2a
commit
b310e16b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ http {
|
||||||
application/xml+rss image/svg+xml;
|
application/xml+rss image/svg+xml;
|
||||||
|
|
||||||
upstream outline {
|
upstream outline {
|
||||||
server outline:3000;
|
server host.docker.internal:3100;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue