-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
.env file multiline strings #3607
Comments
Hi, This is a duplicate of #3527 :) |
No it is not a duplicate of 3527. This is multline support: COMPOSE_FILE=php.yml:\ This is support for newlines: |
this solved already? |
Hi, |
I have a script: It works really well, and is the basis of my The idea of Then you provide your configuration as two files, one defining the services that you want composed, the other providing parameters specific to that deployment scenario (i.e. per server). Thus far this works for every scenario that I can envisage. |
according to the document: https://docs.docker.com/compose/compose-file/#environment
|
We want to have multiline variables inside |
In docker-compose.yml file I've:
I'd like to move this to
.env
file, is this possible?docs say
The text was updated successfully, but these errors were encountered: