Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to start a local testnet using locally built image to evaluate local changes #16

Open
smilenow opened this issue Apr 14, 2021 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@smilenow
Copy link

When I execute the following command in readme.md, to test how to setup an environment if we do some local changes.
./scripts/run-network.sh --build

It will occur error at the end of docker building:

Image: automata
Chain: local
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/

Any suggestion about the this issue? The build will succeed if I specify the version form "3.7" to "3.3" and move it under the services key, but not sure whether this change will impact our code or logic.

@smilenow smilenow added bug Something isn't working help wanted Extra attention is needed labels Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants