Skip to content

Commit 893f074

Browse files
authored
Update docker-compose.yml
1 parent c9c5534 commit 893f074

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.deploy/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ services:
66
ports:
77
- "8080"
88
container_name: ${APP_NAME}_app
9-
environment:
9+
environment:
10+
WS_HOST: ws://${HOST_DOMAIN}
11+
WS_PORT: 80
1012
VIRTUAL_HOST: ${HOST_DOMAIN}
1113
VIRTUAL_PORT: 8080 # New default ASP.NET port -> https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
1214
LETSENCRYPT_HOST: ${HOST_DOMAIN}

0 commit comments

Comments
 (0)