Skip to content

Commit 2bff790

Browse files
committed
Change port in compose
1 parent d294cef commit 2bff790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
image: bitcoin-web-api
88
container_name: bitcoin-web-api
99
ports:
10-
- 5000:8080
10+
- 8080:8080
1111
environment:
1212
ASPNETCORE_ENVIRONMENT: $ASPNETCORE_ENVIRONMENT
1313
ASPNETCORE_HTTP_PORTS: $ASPNETCORE_HTTP_PORTS

0 commit comments

Comments
 (0)