Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 27, 2024
1 parent 763dd32 commit a9d2fd0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ Please open the `.env` environment file in your editor of choice and populate th
If you need to modify the Caddy web server configuration, please refer to
the [Caddyfile documentation](https://caddyserver.com/docs/caddyfile).

## Updating Coterm

### Compose file

To update Coterm to the latest version, simply run `docker compose pull`, `docker compose down`,
and `docker compose up -d`.

### Docker run command

To update Coterm to the latest version, run `docker pull ghcr.io/convoypanel/coterm:latest`. Then, stop the existing
container with `docker stop <container id>` (you can find the container id by running `docker ps`). Finally, run the new
container with the same command you used to start it.

## For development

### Build the source code
Expand Down

0 comments on commit a9d2fd0

Please sign in to comment.