Skip to content

Commit cec938a

Browse files
committed
1
1 parent 39dae1a commit cec938a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
image: nacos/nacos-server:v2.4.3-slim
1616
env:
1717
MODE: standalone
18+
JAVA_OPT: "-Djdk.attach.allowAttachSelf=true"
1819
ports:
1920
- 8848:8848
2021
- 9848:9848
@@ -24,6 +25,7 @@ jobs:
2425
--health-timeout=5s
2526
--health-retries=15
2627
--health-start-period=60s
28+
--cgroupns=host
2729
2830
steps:
2931
- name: Checkout code

0 commit comments

Comments
 (0)