Skip to content

Remove environment property in docker-compose file#25

Open
stefanwayon wants to merge 1 commit intomemorymapper:masterfrom
stefanwayon:compose-remove-env-vars
Open

Remove environment property in docker-compose file#25
stefanwayon wants to merge 1 commit intomemorymapper:masterfrom
stefanwayon:compose-remove-env-vars

Conversation

@stefanwayon
Copy link
Copy Markdown

The environment variables are configured in the .env file, but were also explicitly configured under the environment property of the memorymaptoolkit service. This meant that the variables in the file were shadowed.

This PR removes the environment property, so that the service is configured through the .env file.

The environment variables are configured in the `.env` file, but were also explicitly configured under the `environment` property of the `memorymaptoolkit` service. This meant that the variables in the file were shadowed.
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