Skip to content

Commit 41015b3

Browse files
committed
fix: run on 8080
1 parent b859593 commit 41015b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ services:
55
hostname: consumer-api
66
environment:
77
- ASPNETCORE_ENVIRONMENT=Development
8-
- ASPNETCORE_URLS=http://0.0.0.0:80
98
ports:
10-
- "${PORT}:80"
9+
- "${PORT}:8080"
1110
depends_on:
1211
database:
1312
condition: service_started

0 commit comments

Comments
 (0)