-
I wondering how to include services:
cockroach:
image: cockroachdb/cockroach:latest
options: --entrypoint "/cockroach/cockroach.sh start-single-node --insecure"
ports:
- 26257:26257 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Resolved my issue by usage of |
Beta Was this translation helpful? Give feedback.
-
I have the same issue but cannot use Here is what I tried so far: salsita/node-pg-migrate#968 |
Beta Was this translation helpful? Give feedback.
Resolved my issue by usage of
timveil/cockroachdb-single-node:latest
insteadcockroachdb/cockroach:latest
which doesn't require command after provided image. It's probably not a solution I wanted but it seems like problem withGitHub Actions
insteadcockroach
itself.