Skip to content

Commit 47c88c4

Browse files
committed
Update ee-admin path to /var/www/htdocs/ permanently
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
1 parent eb259aa commit 47c88c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Admin_Tools_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function enable( $args, $assoc_args ) {
128128
$docker_compose_data = [
129129
'ee_root_dir' => EE_ROOT_DIR,
130130
'db_path' => DB,
131-
'ee_admin_path' => $this->site_data->site_container_fs_path . '/ee-admin',
131+
'ee_admin_path' => '/var/www/htdocs/ee-admin',
132132
'redis_host' => $this->site_data->cache_host,
133133
'db_host' => $this->site_data->db_host,
134134
];

0 commit comments

Comments
 (0)