diff --git a/src/Admin_Tools_Command.php b/src/Admin_Tools_Command.php index 6919ea8..41545c8 100644 --- a/src/Admin_Tools_Command.php +++ b/src/Admin_Tools_Command.php @@ -128,7 +128,7 @@ public function enable( $args, $assoc_args ) { $docker_compose_data = [ 'ee_root_dir' => EE_ROOT_DIR, 'db_path' => DB, - 'ee_admin_path' => $this->site_data->site_container_fs_path . '/ee-admin', + 'ee_admin_path' => '/var/www/htdocs/ee-admin', 'redis_host' => $this->site_data->cache_host, 'db_host' => $this->site_data->db_host, ];