docs(core): add curl to requirements for rollbacks

This commit is contained in:
Bohdan Chornokondratenko 2025-04-13 16:26:24 +02:00
parent 7dcfb6331a
commit 169f5342d8
No known key found for this signature in database
GPG Key ID: 46E2A42DE97B6C4F

View File

@ -9,6 +9,7 @@ Rollbacks are a powerful feature that allows you to easily revert changes to you
## Requirements
1. Have a `/health` endpoint in your application.
2. Have `curl` available in your container (if you use alpine for example, it won't be installed by default).
## Steps to Rollback