Skip to content

Commit e1b0682

Browse files
author
Luigi Ferrettino
committed
Fixed port mapping for resource server
1 parent 99386d5 commit e1b0682

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ services:
2727
build:
2828
context: .
2929
dockerfile: ./oauth2-resource-server/Dockerfile
30-
ports:
31-
- "9280:9280" # Forward the exposed port 9280 on the container to port 9280 on the host machine
3230
restart: always
3331
depends_on:
3432
- app-server

0 commit comments

Comments
 (0)