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
When working exclusively on docker on this stack and changing values on the envfile, a simple make restart from the project directory will:
a) Re-generate a docker-compose file with all the services and latest updated values from envfile
b) Restart all services to use these settings
b.2) Start any services that were stopped before the restart command.