[mod] docker-compose.yaml: remove hardcoded IP

This commit is contained in:
Dalf
2020-04-10 10:45:58 +02:00
parent 205adf88c4
commit 92cdb70360
2 changed files with 14 additions and 24 deletions

View File

@@ -62,7 +62,7 @@
to /searx-checker/status.json
}
proxy / 127.0.0.1:4040 {
proxy / localhost:4040 {
transparent
header_upstream X-Forwarded-TlsProto {tls_protocol}
header_upstream X-Forwarded-TlsCipher {tls_cipher}
@@ -72,11 +72,11 @@
}
basicauth /filtron {$FILTRON_USER} {$FILTRON_PASSWORD}
proxy /filtron/rules 127.0.0.1:4041 {
proxy /filtron/rules localhost:4041 {
without /filtron
}
proxy /morty 127.0.0.1:3000
proxy /morty localhost:3000
limits 10KB