Skip to content

Commit

Permalink
Remove version info from docker-compose docs to avoid confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 28, 2024
1 parent f6ed13a commit 998b6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/content/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ If you installed listmonk as a service, you will need to stop it before overwrit
If it's not running as a service, `pkill -9 listmonk` will stop the listmonk process.

## Docker
**Important:** The following instructions are for the new [docker-compose.yml](https://github.com/knadh/listmonk/blob/master/docker-compose.yml) file for v4.x.x onwards.
**Important:** The following instructions are for the new [docker-compose.yml](https://github.com/knadh/listmonk/blob/master/docker-compose.yml) file.

```shell
docker compose down app
docker compose pull
docker compose up app -d
```

If you are using an older docker-compose.yml file (versions older than v4.x.x), you have to run the `--upgrade` step manually.
If you are using an older docker-compose.yml file, you have to run the `--upgrade` step manually.

```shell
docker-compose down
Expand Down

0 comments on commit 998b6e3

Please sign in to comment.