Skip to content
Snippets Groups Projects
start.sh 83 B
Newer Older
  • Learn to ignore specific revisions
  • Nicolas Pernoud's avatar
    Nicolas Pernoud committed
    #!/bin/bash
    
    ### Start all containers ###
    
    docker-compose down
    
    docker-compose up -d