Fix nginx upstream for Docker Compose networking
Use service name outline:3000 instead of localhost:3100.
This commit is contained in:
parent
f3302b1c5a
commit
dd143b20fc
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 127.0.0.1:3100;
|
server outline:3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue