fix(db): update security migration command for database configuration

This commit is contained in:
Mauricio Siu
2026-01-21 18:23:32 +01:00
parent 86548a1f24
commit 733f4c4a23

View File

@@ -32,7 +32,7 @@ if (DATABASE_URL) {
This mode WILL BE REMOVED in a future release.
Please migrate to Docker Secrets using POSTGRES_PASSWORD_FILE.
Please execute this guide: https://dokploy.com/SECURITY_MIGRATION.md
Please execute this command in your server: curl -sSL https://dokploy.com/security/0.26.6.sh | bash
`);
dbUrl =
"postgres://dokploy:amukds4wi9001583845717ad2@dokploy-postgres:5432/dokploy";