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

chore: update docker compose environment variable syntax #1719

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

0xpsyduck
Copy link
Contributor

the environment variable section is now be declared according to array syntax described in docker docs.

the orginal declaration

environment:
    - RUST_LOG: info

is giving this syntax error

➜  docker compose up
services.trin.environment.[0]: unexpected type map[string]interface {}

the environment variable section should be declared according to map or array syntax acc. to [docker docs](https://docs.docker.com/reference/compose-file/services/#environment)
Copy link
Member

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: looks good

@KolbyML KolbyML changed the title updated environment variable syntax chore: update docker compose environment variable syntax Mar 12, 2025
@KolbyML KolbyML merged commit 9d8ba36 into ethereum:master Mar 12, 2025
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants