File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You can use the following method to reset the root user's password, in case you
99Login to your server through SSH and execute the following command:
1010
1111``` bash
12- docker exec -ti coolify bash -c " php artisan root:reset-password"
12+ docker exec -ti coolify sh -c " php artisan root:reset-password"
1313```
1414
1515## Root email change
@@ -18,7 +18,7 @@ You can change root user's email.
1818Login to your server through SSH and execute the following command:
1919
2020``` bash
21- docker exec -ti coolify bash -c " php artisan root:change-email"
21+ docker exec -ti coolify sh -c " php artisan root:change-email"
2222```
2323
2424## Delete a stuck service
@@ -27,6 +27,6 @@ docker exec -ti coolify bash -c "php artisan root:change-email"
2727 Login to your server through SSH and execute the following command:
2828
2929``` bash
30- docker exec -ti coolify bash -c " php artisan services:delete"
30+ docker exec -ti coolify sh -c " php artisan services:delete"
3131```
3232
You can’t perform that action at this time.
0 commit comments