Skip to content

Commit

Permalink
Update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKohler authored Oct 28, 2024
1 parent 319053d commit ff59847
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docs/content/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ If it's not running as a service, `pkill -9 listmonk` will stop the listmonk pro
## Docker
> Instructions for versions above v4.x.x using the latest [docker-compose.yml](https://github.com/knadh/listmonk/blob/master/docker-compose.yml) file.
- `docker compose down app` and stop the app container.
- `docker compose pull` to pull the latest version from DockerHub.
- `docker compose up app -d` to automatically run the upgrade and start listmonk.
```
docker-compose down
docker-compose pull && docker-compose run --rm app ./listmonk --upgrade
docker-compose up -d app db
```

## Railway
- Head to your dashboard, and select your Listmonk project.
Expand Down

0 comments on commit ff59847

Please sign in to comment.