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 up --build : Build docker image (and run)
- docker-compose down : Shut down all services
- docker-compose up -d : Start and run the service (-d: detached mode)