Skip to content

Commit bdcb88f

Browse files
committed
Nacos容器不稳定,统一配置试试
1 parent 31e55d5 commit bdcb88f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,13 @@ jobs:
6363

6464
services:
6565
nacos:
66-
image: nacos/nacos-server:v2.2.3
66+
image: nacos/nacos-server:v2.3.1-slim
6767
env:
6868
MODE: standalone
6969
AUTH_ENABLE: false
7070
ports:
7171
- 8848:8848
7272
- 9848:9848
73-
# Wait for Nacos to be fully ready
74-
options: >-
75-
--name nacos-server
76-
--health-cmd "curl -f http://localhost:8848/nacos/v1/console/health/readiness"
77-
--health-interval 10s
78-
--health-timeout 5s
79-
--health-retries 10
8073
steps:
8174
- uses: actions/checkout@v4
8275

0 commit comments

Comments
 (0)