You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose --env-file=.env --env-file=.custom_env up -d
Doesn't seem to work but docker-run takes in multiple --env-file? I'd like to merge two env files and now only option seems to be: to include all variables in one env file.