Closed gease closed 5 years ago
Can one set a multiline variable through .env file? I tried to set up SSH_PRIVATE_KEY this way and no approach worked.
Not sure about .env but you can definitely add in docker-compose.yml. Or you can mount it https://github.com/wodby/php/blob/master/7/tests/docker-compose.yml#L31
.env
docker-compose.yml
Can one set a multiline variable through .env file? I tried to set up SSH_PRIVATE_KEY this way and no approach worked.