Skip to content

Commit

Permalink
fix pure docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed May 15, 2024
1 parent ae33430 commit ae6d667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/docker/pure-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ Then re-up the container using the same command you used to run it the first tim

## Run (paid edition)

::: tip CHEVERETO_SERVICING
If you can't build the paid image you can use the free edition image and upgrade to paid within the application itself. To do this, pass the environment `CHEVERETO_SERVICING=server` to the container runtime and go to `/dashboard?license` to enter the license and proceed with the upgrading process.
:::

To run [chevereto.com](https://chevereto.com/pricing) (paid edition) you need to pass the environment targeting your private build image, in this example `chevereto:latest`.

```sh
Expand All @@ -94,6 +90,10 @@ docker run -d \

## Run (free edition)

::: tip CHEVERETO_SERVICING
If you can't build the paid image you can use the free edition image and upgrade to paid within the application itself. To do this, pass the environment `CHEVERETO_SERVICING=server` to the container runtime and go to `/dashboard?license` to enter the license and proceed with the upgrading process.
:::

To run [chevereto/chevereto](https://github.com/chevereto/chevereto) (Chevereto free edition) you need to pass the environment targeting public image `ghcr.io/chevereto/chevereto:latest`.

Alternatively, you can pass `chevereto/chevereto:latest` which is the [Chevereto mirror on DockerHub](https://hub.docker.com/r/chevereto/chevereto).
Expand Down

0 comments on commit ae6d667

Please sign in to comment.