Skip to content

Commit

Permalink
fix: remove su from docker diagnose (#173)
Browse files Browse the repository at this point in the history
* fix: remove su from docker diagnose
  • Loading branch information
Crypta-Eve authored Mar 14, 2024
1 parent af89cfc commit 71569de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ For Docker installations, the only requirement to run the diagnose command would
=== "SeAT 4.x"

```bash
docker-compose exec seat-web su -c 'php artisan seat:admin:diagnose' -s /bin/sh www-data
docker-compose exec seat-web php artisan seat:admin:diagnose
```

=== "SeAT 5.x"

```bash
docker compose exec front su -c 'php artisan seat:admin:diagnose' -s /bin/sh www-data
docker compose exec front php artisan seat:admin:diagnose
```

0 comments on commit 71569de

Please sign in to comment.