Commit 38778ed
committed
Change health check port from 18080 to 18081
Because we have nginx running it's health check on 18080 which results
in a port conflict. Since we're running nginx-proxy on 8081 anyway (for
the same reason), makes sense to use 18081. Here’s the error …
```
2021/01/07 09:45:11 [emerg] 1#1: bind() to 0.0.0.0:18080 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:18080 failed (98: Address in use)
2021/01/07 09:45:11 [emerg] 1#1: bind() to 0.0.0.0:18080 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:18080 failed (98: Address in use)
2021/01/07 09:45:11 [emerg] 1#1: bind() to 0.0.0.0:18080 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:18080 failed (98: Address in use)
2021/01/07 09:45:11 [emerg] 1#1: bind() to 0.0.0.0:18080 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:18080 failed (98: Address in use)
2021/01/07 09:45:11 [emerg] 1#1: bind() to 0.0.0.0:18080 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:18080 failed (98: Address in use)
2021/01/07 09:45:11 [emerg] 1#1: still could not bind()
nginx: [emerg] still could not bind()
```1 parent b497e0c commit 38778ed
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments