Skip to content

Commit

Permalink
Mention new container port on upgrade overview
Browse files Browse the repository at this point in the history
The new app listening port setting is a bit difficult to find, it'd be great to mention the change on the upgrade overview instructions. Seeing quite a few discussions on Discord about their app failing to boot when upgrading and this is one of the most common issues coming up.
  • Loading branch information
nickhammond committed Oct 3, 2024
1 parent f04bf3f commit 3aec879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/upgrading/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ $ kamal config -d beta

Follow the steps [here](../secrets-changes).

### Verify container port

The default app port was [changed from 3000 to 80](https://kamal-deploy.org/docs/upgrading/configuration-changes/#traefik-to-proxy), you'll need to either specify your `app_port` or update your `EXPOSE` port if not using port 80.

## [In-place upgrades](#in-place-upgrades)

**Warning: Test this in a non-production environment first, if possible.**
Expand Down

0 comments on commit 3aec879

Please sign in to comment.