-
I'm experimenting with vineyard. I made an image from the following Dockerfile:
I create a file:
And my docker-compose.yml has a vineyard service:
But in the logs I see:
How can I get this to work? |
Beta Was this translation helpful? Give feedback.
Answered by
PaulRudin
Apr 20, 2023
Replies: 1 comment 2 replies
-
Is there's another services in the docker-compose yaml uses port You can try disabling the vineyard's RPC services temporarily, by changing the command in dockerfile to
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It wasn't the rpc. I changed as follows and this works:
In the dockerfile:
In the compose file the mount is now:
And with this setup vineyard starts OK, and in another service with the same volume mount I can connect a client.