Skip to content

Commit d9e5d0a

Browse files
Updated yml with docker
1 parent 579f20e commit d9e5d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-compose-h2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ services:
88
SPRING_DATASOURCE_URL: jdbc:h2:file:/data/db
99
SPRING_DATASOURCE_DRIVERCLASSNAME: org.h2.Driver
1010
ports:
11-
- "85:85"
11+
- "80:80"
1212
volumes:
1313
- ./data:/data

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
# Step 4: Verify ChainTest service is running
3030
- name: Verify ChainTest is Running
31-
run: curl --fail http://localhost:85/ || exit 1
31+
run: curl --fail http://localhost:80/ || exit 1
3232
env:
3333
SPRING_PROFILES_ACTIVE: h2
3434
SPRING_DATASOURCE_URL: jdbc:h2:file:./data/db

0 commit comments

Comments
 (0)