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
We could define common commands in module definitions.
Then you could do muss console psql (or muss console db or whatever you want to call it)
instead of muss run postgres psql or psql -h $dockerhost -p $exposedport -U $whatuserisit
If we used this instead of using psql directly then you wouldn't need to expose global ports and could avoid port conflicts that come from running too many projects.
The text was updated successfully, but these errors were encountered:
We could define common commands in module definitions.
Then you could do
muss console psql
(ormuss console db
or whatever you want to call it)instead of
muss run postgres psql
orpsql -h $dockerhost -p $exposedport -U $whatuserisit
If we used this instead of using
psql
directly then you wouldn't need to expose global ports and could avoid port conflicts that come from running too many projects.The text was updated successfully, but these errors were encountered: