We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253e234 commit c76671bCopy full SHA for c76671b
docker-compose.yml
@@ -12,6 +12,7 @@ services:
12
build:
13
dockerfile: Dockerfile
14
environment:
15
+ SERVER_PORT: 4500
16
DATASOURCE_URL: jdbc:postgresql://db:5432/appdb
17
DATASOURCE_USERNAME: postgres
18
DATASOURCE_PASSWORD: postgres
src/main/resources/application.yaml
@@ -1,5 +1,5 @@
1
server:
2
- port: ${SERVER_PORT:8082}
+ port: ${SERVER_PORT:4550}
3
4
spring:
5
application:
0 commit comments