Skip to content

Commit

Permalink
Fix CORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 21, 2023
1 parent 57d335d commit 5aeb90f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ services:
environment:
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}
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
DEPLOY_API: ${DEPLOY_API}
DEPLOY_CDN: ${DEPLOY_CDN}
volumes:
- app-mydb:/app/App_Data

Expand Down

0 comments on commit 5aeb90f

Please sign in to comment.