632 B
632 B
Compose
Compose file: httpd-php.yml
Up
Run this command to spawn (start) Chevereto-Free.
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
up --abort-on-container-exit
Stop
Run this command to stop Chevereto-Free.
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
stop
Down (uninstall)
Run this command to down Chevereto (stop containers, remove networks and volumes created by it).
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
down --volumes
Logs
todo