add compose start

This commit is contained in:
Rodolfo Berrios 2021-11-27 12:24:29 -03:00
parent ad7242a30d
commit 20fac248c1
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
2 changed files with 23 additions and 0 deletions

View File

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

View File

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