File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Admin_Tools_Command extends EE_Command {
3030 public function __construct () {
3131
3232 $ this ->fs = new Filesystem ();
33- define ( 'ADMIN_TOOL_DIR ' , EE_CONF_ROOT . '/admin-tools ' );
33+ define ( 'ADMIN_TOOL_DIR ' , EE_ROOT_DIR . '/admin-tools ' );
3434 }
3535
3636 /**
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ services:
55 php:
66 volumes:
77 - "/opt/easyengine/admin-tools:/var/www/htdocs/ee-admin:ro"
8- - "/opt/easyengine/ee.sqlite:/opt/easyengine/ee.sqlite:ro"
8+ - "/opt/easyengine/config/ ee.sqlite:/opt/easyengine/config /ee.sqlite:ro"
99
1010 nginx:
1111 volumes:
1212 - "/opt/easyengine/admin-tools:/var/www/htdocs/ee-admin:ro"
13- - "/opt/easyengine/ee.sqlite:/opt/easyengine/ee.sqlite:ro"
13+ - "/opt/easyengine/config/ ee.sqlite:/opt/easyengine/config/ ee.sqlite:ro"
You can’t perform that action at this time.
0 commit comments