Showing
1 changed file
with
1 additions
and
1 deletions
@@ -18,7 +18,7 @@ server: | @@ -18,7 +18,7 @@ server: | ||
18 | # Server bind address | 18 | # Server bind address |
19 | address: "${HTTP_BIND_ADDRESS:0.0.0.0}" | 19 | address: "${HTTP_BIND_ADDRESS:0.0.0.0}" |
20 | # Server bind port | 20 | # Server bind port |
21 | - port: "${HTTP_BIND_PORT:36852}" | 21 | + port: "${HTTP_BIND_PORT:8080}" |
22 | # Server SSL configuration | 22 | # Server SSL configuration |
23 | ssl: | 23 | ssl: |
24 | # Enable/disable SSL support | 24 | # Enable/disable SSL support |