# Compose
Compose file: httpd-php.yml (opens new window)
# Up
Run this command to spawn (start) Chevereto-Free.
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
up --abort-on-container-exit
localhost:8810 (opens new window)
# Stop
Run this command to stop Chevereto-Free.
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
stop
# Start
Run this command to start Chevereto-Free if stopped.
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
start
# Down (uninstall)
Run this command to down Chevereto-Free (stop containers, remove networks and volumes created by it).
docker-compose \
-p chevereto-free \
-f httpd-php.yml \
down --volumes
# Logs
todo
← Building Development →