diff --git a/docs/COMPOSE.md b/docs/COMPOSE.md index abec6b4..bef92bd 100644 --- a/docs/COMPOSE.md +++ b/docs/COMPOSE.md @@ -26,6 +26,17 @@ docker-compose \ stop ``` +## Start + +Run this command to start Chevereto if stopped. + +```sh +docker-compose \ + -p chevereto-free \ + -f httpd-php.yml \ + start +``` + ### Down (uninstall) Run this command to down Chevereto (stop containers, remove networks and volumes created by it). diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 5fe939e..7489706 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -45,6 +45,18 @@ docker-compose \ stop ``` +## Start + +Run this command to start Chevereto if stopped. + +```sh +SOURCE=~/git/rodber/chevereto-free \ +docker-compose \ + -p chevereto-free-dev \ + -f httpd-php-dev.yml \ + start +``` + ## Down (uninstall) Run this command to down Chevereto (stop containers, remove networks and volumes created by it).