Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 200 Bytes

File metadata and controls

4 lines (4 loc) · 200 Bytes

Docker

- 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)