Skip to content

Commit

Permalink
Fix default port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Sep 26, 2023
1 parent 5548c34 commit a42f5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ services:
- "80"
container_name: ${APP_NAME}_app
environment:
VIRTUAL_HOST: ${HOST_DOMAIN}
VIRTUAL_HOST: ${HOST_DOMAIN}
VIRTUAL_PORT: 8080 # New default ASP.NET port -> https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
volumes:
Expand Down

0 comments on commit a42f5de

Please sign in to comment.