Skip to content

Commit 7ea08e1

Browse files
test
1 parent a90985b commit 7ea08e1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
]
2525
}
2626
},
27-
"forwardPorts": [3000, 3030, 4040, 5050, 5432, 6060, 7070, 8181, 8182, 8183, 8184, 8832]
27+
"forwardPorts": [3000, 3030, 4040, 5050, 5432, 6060, 7070, 8181, 8832]
2828
}

docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ services:
9090
- POSTGRES_PASSWORD=delivery-password
9191
volumes:
9292
- ./delivery-service/src/main/resources/sql:/docker-entrypoint-initdb.d
93-
- "8184:8080"
9493
customer-client:
9594
build:
9695
context: customer-client/

0 commit comments

Comments
 (0)