Alex Lex
Results
1
comments of
Alex Lex
trafficstars
> "Merging" several .env files "on-the-fly" is possible by passing the content via stdin to the arg --env-file: > > ``` > docker-compose -f "./docker/docker-compose.yaml" --env-file ``` > > And...