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