Commit 517ca98
committed
fix: use 0.0.0.0 as webserver default address in sample config
When using 127.0.0.1 as default, docker containers won't work at all without mounting a custom config file into the container, because the application listens to localhost. The Docker build copies the sample config into the image. This way the application works just fine without specifying a custom config if you're happy with using defaults.1 parent ea22225 commit 517ca98
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments