Skip to content

Commit

Permalink
Merge pull request #121 from nickhammond/upgrade-port
Browse files Browse the repository at this point in the history
Mention new container port on upgrade overview
  • Loading branch information
dhh authored Oct 5, 2024
2 parents 131b2b4 + 3aec879 commit c6f71d9
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 c6f71d9

Please sign in to comment.