mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update port explanations.
This commit is contained in:
parent
3aba5564d6
commit
8417df788b
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user