Skip to content

Commit 3bb717c

Browse files
committed
8081 branch
1 parent c253b25 commit 3bb717c

File tree

7 files changed

+5
-3
lines changed

7 files changed

+5
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Report/.DS_Store

6 KB
Binary file not shown.
223 KB
Loading

Report/Untitled.key

418 KB
Binary file not shown.

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ services:
2222

2323
flamup:
2424
build: ./
25-
image: "thesyncoder/flamup:0.0.1"
25+
image: "thesyncoder/flamup:0.0.2"
2626
container_name: flamup
2727
environment:
2828
- DB_SERVER:db
2929
- POSTGRES_DB=flamup
3030
- POSTGRES_USER=postgres
3131
- POSTGRES_PASSWORD=postgres
3232
ports:
33-
- 8080:8080 # Forward the exposed port 8080 on the container to port 8080 on the host machine
33+
- 8081:8081 # Forward the exposed port 8080 on the container to port 8080 on the host machine
3434

3535
depends_on:
3636
- db

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.flamUp</groupId>
1212
<artifactId>spring</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.2-SNAPSHOT</version>
1414
<name>spring</name>
1515
<description>Demo project for Spring Boot</description>
1616
<properties>

src/main/resources/application.properties

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
server.port=8081
4+
35
server.error.include-message=always
46
server.error.include-binding-errors=always
57

0 commit comments

Comments
 (0)