Skip to content

Commit 7c2104f

Browse files
authored
chore: update command lines to match the current container setup.
1 parent a10b3a9 commit 7c2104f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/knowledge-base/commands.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use the following method to reset the root user's password, in case you
99
Login 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.
1818
Login 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

0 commit comments

Comments
 (0)