Anton Ilin
Anton Ilin
@thiagopradi We have the same issue. We couldn't manage to get this working. We have to explicitly use `using` in some queries to decrease a load on the master. rails...
@glensc You may add `.envrc` file to the VCS and add following to the end of it: ``` [[ -f .envrc.local ]] && dotenv ".envrc.local" ```
Should we add this to the documentation somewhere to make it clear in future?
I don't think that SMS verification is suitable solution.
@changeworld I believe that contributions includes comments, reviews etc. not only pull requests. (starting 2018 season).
@wolfch-elsevier I think issue in this port mapping `- "2182:2181"`. Error states that ports should match.
@wolfch-elsevier You can't have multiple containers with the same port in one task. You may start several tasks for this purpose.
@pkandasamy91 Are there any updates regarding this issue? /cc @hossain-rayhan
@jnunemaker OK. Got it.
@scisci did you managed to solve this?