← 返回命令列表

Linux command

coolify 命令

网络

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Install Coolify

curl -fsSL https://get.coolify.io | bash

Start Coolify

coolify start

Stop Coolify

coolify stop

Restart Coolify

coolify restart

Check Coolify status

coolify status

Update Coolify

coolify upgrade

View Coolify logs

coolify logs

说明

Coolify is an open-source, self-hostable alternative to Heroku, Netlify, and Vercel. It provides a platform for deploying applications, databases, and services on your own infrastructure with minimal configuration. The platform supports multiple deployment methods including Git-based deployments, Docker images, and docker-compose files. It handles SSL certificates automatically via Let's Encrypt, provides built-in monitoring, and supports popular databases like PostgreSQL, MySQL, MongoDB, and Redis. Coolify is designed for developers and teams who want the convenience of PaaS platforms while maintaining control over their infrastructure and data. It runs on Docker and can be installed on any Linux server with minimal requirements.

参数

start
Start all Coolify services and containers.
stop
Stop all Coolify services.
restart
Restart all Coolify services.
status
Show current status of Coolify services.
upgrade
Upgrade Coolify to the latest version.
logs
Display logs from Coolify services.
backup
Create a backup of Coolify configuration and data.
restore
Restore Coolify from a backup.
--help
Display help information.

FAQ

What is the coolify command used for?

Coolify is an open-source, self-hostable alternative to Heroku, Netlify, and Vercel. It provides a platform for deploying applications, databases, and services on your own infrastructure with minimal configuration. The platform supports multiple deployment methods including Git-based deployments, Docker images, and docker-compose files. It handles SSL certificates automatically via Let's Encrypt, provides built-in monitoring, and supports popular databases like PostgreSQL, MySQL, MongoDB, and Redis. Coolify is designed for developers and teams who want the convenience of PaaS platforms while maintaining control over their infrastructure and data. It runs on Docker and can be installed on any Linux server with minimal requirements.

How do I run a basic coolify example?

Run `curl -fsSL https://get.coolify.io | bash` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does start do in coolify?

Start all Coolify services and containers.