Manages global services of EasyEngine.
EXAMPLES
# Restarts global nginx proxy service
$ ee service restart nginx-proxy
# Restarts global nginx proxy service
$ ee service restart db
# Restarts global nginx proxy service
$ ee service restart redis
# Restarts global nginx proxy service
$ ee service restart newrelic-daemon
SUBCOMMANDS
Name | Description |
---|---|
ee service disable | Stops global services. |
ee service enable | Starts global services. |
ee service refresh | Re-create global services docker-compose file and update global containers. |
ee service reload | Reloads global service without restarting services. |
ee service restart | Restarts global services. |