docs(self-hosting): update Daytona image version to 0.1.3.1

Update SELF-HOSTING.md to reflect the current Daytona image version
used in the codebase (kortix/suna:0.1.3.1) instead of the outdated
version (kortix/suna:0.1.3) which was causing setup failures.
This commit is contained in:
andong3 2025-08-15 05:43:59 +00:00
parent 7cbf8d961e
commit 6f6745b420
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ As part of the setup, you'll need to:
1. Create a Daytona account 1. Create a Daytona account
2. Generate an API key 2. Generate an API key
3. Create a Snapshot: 3. Create a Snapshot:
- Name: `kortix/suna:0.1.3` - Name: `kortix/suna:0.1.3.1`
- Image name: `kortix/suna:0.1.3` - Image name: `kortix/suna:0.1.3.1`
- Entrypoint: `/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf` - Entrypoint: `/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf`
## Manual Configuration ## Manual Configuration