fix: correct tag.

This commit is contained in:
Darshan
2026-03-05 13:38:14 +05:30
parent 569505c54d
commit 7477b43653
+1 -1
View File
@@ -272,7 +272,7 @@ class Server
if (!$this->dockerImageExists($image)) {
$this->buildDockerInstallerImage($image);
}
$this->ensureCorrectTag($image, 'appwrite/appwrite:latest');
$this->ensureCorrectTag($image, 'appwrite/appwrite:local');
$port = (string)self::INSTALLER_WEB_PORT;
$entrypoint = isset($opts['upgrade']) ? 'upgrade' : 'install';