All Questions
1 question
1
vote
1
answer
145
views
Bash: what delimiter to use for this string to array conversion to work? (Laravel/dotenv/Sail/Docker Compose)
Laravel Sail should support multiple docker-compose files by configuring them in a dotenv file (.env).
The line in my .env file...
SAIL_FILES='docker-compose.yml:docker-compose-arm.yml'
The part of ...