Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 169 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 169 Bytes

Shammah

$ docker-compose up -d --no-deps --build <service_name> 

--no-deps - Don't start linked services.

--build - Build images before starting containers.