We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579f20e commit d9e5d0aCopy full SHA for d9e5d0a
.github/workflows/docker-compose-h2.yml
@@ -8,6 +8,6 @@ services:
8
SPRING_DATASOURCE_URL: jdbc:h2:file:/data/db
9
SPRING_DATASOURCE_DRIVERCLASSNAME: org.h2.Driver
10
ports:
11
- - "85:85"
+ - "80:80"
12
volumes:
13
- ./data:/data
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Step 4: Verify ChainTest service is running
30
- name: Verify ChainTest is Running
31
- run: curl --fail http://localhost:85/ || exit 1
+ run: curl --fail http://localhost:80/ || exit 1
32
env:
33
SPRING_PROFILES_ACTIVE: h2
34
SPRING_DATASOURCE_URL: jdbc:h2:file:./data/db
0 commit comments