Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPLOYMENT_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- web

nginx:
image: nginx:alpine
image: nginx:1.25-alpine

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin a supported nginx release for production

For production users who copy this SSL/TLS compose example, this pins nginx to the old 1.25 branch; as of the current NGINX release listings, supported stable/mainline releases have moved past 1.25, so this change freezes deployments away from later security fixes that nginx:alpine would have picked up. Please pin a currently supported tag/digest and document an update cadence rather than recommending an EOL branch in the production example.

Useful? React with 👍 / 👎.

ports:
- "80:80"
- "443:443"
Expand Down
Loading