Fix cockroach service

This commit is contained in:
Lunny Xiao 2023-10-25 18:12:15 +08:00
parent 2bafcc01e4
commit a8d7033c06
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 1 deletions

View File

@ -52,5 +52,6 @@ jobs:
ports: ports:
- 26257:26257 - 26257:26257
cmd: cmd:
- 'start' # - '/cockroach/cockroach.sh'
- 'start-single-node'
- '--insecure' - '--insecure'