Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

removing exports as they no longer work with latest docker-compose #1375

Closed
wants to merge 1 commit into from

Conversation

pbackx
Copy link

@pbackx pbackx commented Oct 20, 2019

This is a small fix for an issue that recently popped up due to a change in docker-compose:
docker/compose#6511

Basically, "export var=val" is no longer allowed in .env files. It used to work, but mostly by accident. The proper syntax is "var=val"

My initial report of this issue can be found here: CoderDojo/cp-local-development#83

@ArayB
Copy link
Contributor

ArayB commented Feb 13, 2020

Hey, closing this as it seems to have been covered by later work.

@ArayB ArayB closed this Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants