Skip to content

Commit f4353f5

Browse files
authored
Merge pull request #46 from dhsathiya/update-admin-tools-path
Update ee-admin path to /var/www/htdocs/ permanently
2 parents eb259aa + 47c88c4 commit f4353f5

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)