mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: correct tag.
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user