Update port explanations.

This commit is contained in:
Jared Goodwin 2024-08-02 08:01:06 -07:00
parent 3aba5564d6
commit 8417df788b
2 changed files with 3 additions and 1 deletions

View File

@ -191,7 +191,7 @@ There are a few shortcut keys available when using the console.
## Port Configuration
Ports are configured in the `docker-compose.yml` file. If you change the internal port for the container, make sure you update `ASPNETCORE_HTTP_PORTS` variable to match.
The host port (left side) can be configured in `docker-compose.yml`. The container port (right side) should not be changed. See the [compose docs](https://docs.docker.com/compose/compose-file/05-services/#ports) for details.
## API and Integrations

View File

@ -21,8 +21,10 @@ services:
networks:
- remotely
environment:
# ASPNETCORE environment variables should *not* be changed.
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_HTTP_PORTS=5000
# Other ASP.NET Core configurations can be overridden here, such as Logging.
# See https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-8.0
- Serilog__MinimumLevel__Override__Microsoft.AspNetCore=Warning