File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 DATABASE_URL : ' mysql://ltb:%database_password%@db:3306/ltb'
1717 PRODUCTION_SERVER : ' false'
1818 TRUSTED_PROXIES : 10.9.8.1
19- HTTP_HOST : localhost
19+ HTTP_HOST : ' localhost:10443 '
2020 depends_on :
2121 - db
2222 networks :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 depends_on :
3636 - ltb
3737 ports :
38- - ' 10443 :443'
38+ - ' 443 :443'
3939 networks :
4040 - ltb-network
4141
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ The following environment variables are interesting to be configured.
1010| ` SENTRY_JS_DSN ` | Configure this for JS Sentry error tracking |
1111| ` OIDC_WELL_KNOWN ` | Well-known endpoint for OIDC authentication |
1212| ` OIDC_CLIENT_ID ` | OIDC client ID |
13- | ` HTTP_HOST ` | The HTTP host you're going to use. ` localhost ` for development |
13+ | ` HTTP_HOST ` | The HTTP host you're going to use. ` localhost:10443 ` for development |
1414| ` MAIL_FROM ` | Where email sent normally is coming from |
You can’t perform that action at this time.
0 commit comments