Skip to content

fix: quote boolean environment variables in docker-compose - #39

Open
ayaanoncrypto wants to merge 1 commit into
Abstract-Foundation:mainfrom
ayaanoncrypto:contrib/issue-6
Open

fix: quote boolean environment variables in docker-compose#39
ayaanoncrypto wants to merge 1 commit into
Abstract-Foundation:mainfrom
ayaanoncrypto:contrib/issue-6

Conversation

@ayaanoncrypto

@ayaanoncrypto ayaanoncrypto commented Aug 27, 2026

Copy link
Copy Markdown

PR-Codex overview

This PR focuses on updating the docker/external-node.yml configuration file by changing certain environment variable assignments to use quotes, ensuring consistent formatting.

Detailed summary

  • Changed EN_PRUNING_ENABLED assignment from ${EN_PRUNING_ENABLED:-true} to "${EN_PRUNING_ENABLED:-true}"
  • Changed EN_SNAPSHOTS_RECOVERY_ENABLED assignment from ${EN_SNAPSHOTS_RECOVERY_ENABLED:-true} to "${EN_SNAPSHOTS_RECOVERY_ENABLED:-true}"

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

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.

1 participant